MCP.so
登录

概览

What is Mcp Server Inbox?

Mcp Server Inbox is an MCP server that interfaces with the inBox notes API, allowing users to create notes through conversational interactions in any MCP-compatible client such as Cursor AI. It is intended for users who want to capture ideas quickly via AI assistants and store them in the inBox notes service.

How to use Mcp Server Inbox?

Install via npx or clone and build locally, then run the server with an inBox API token (provided as --inbox_user_token argument or INBOX_USER_TOKEN environment variable). Configure the server in your MCP client (e.g., Cursor’s mcp.json) by specifying the command, arguments, and environment variable. After setup, send natural language requests like “Record this: …” to create notes.

Key features of Mcp Server Inbox

  • Integrates the inBox notes API for note creation
  • Provides an MCP service discovery endpoint
  • Supports optional note titles extracted from user input
  • Includes built-in Inspector debugging tool
  • Accepts Markdown content with image links (up to 3000 characters)

Use cases of Mcp Server Inbox

  • Quickly jot down ideas or reminders via conversation with an AI assistant
  • Create structured notes with titles when dictating study materials or meeting notes
  • Automate note-taking workflows by integrating with MCP-supporting applications

FAQ from Mcp Server Inbox

What runtime and dependencies are required?

Node.js 18+ and an active inBox PRO subscription (required for the API) are needed. The server runs in any MCP-compatible client.

Where are the notes stored?

Notes are saved to the user’s inBox account via the inBox API. The server does not store data locally; it relays content to the inBox service.

What are the usage limits?

The inBox API permits up to 50 requests per day, and each note content is limited to 3000 characters.

How does authentication work?

The server requires an inBox API token passed as a command-line argument or environment variable. This token is used to authenticate with the inBox API endpoint.

What transport and protocol does the server use?

The server communicates with inBox via HTTP POST requests to https://app.gudong.site/api/inbox/${userToken}. It supports the standard MCP protocol for client interactions.

标签

来自「其他」的更多内容