Mcp Server Inbox
@maoruibin
关于 Mcp Server Inbox
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-inbox": {
"command": "npx",
"args": [
"mcp-server-inbox"
],
"env": {
"INBOX_USER_TOKEN": "https://inbox.gudong.site/api/inbox/xxxxxxx"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论