- Inbox MCP Server
Inbox MCP Server
Content
Inbox MCP Server
一个基于MCP(Model Context Protocol)的服务器,用于将笔记发送到Inbox API。
功能
这个MCP服务器提供了一个工具,可以将笔记内容发送到指定的Inbox API端点。
- 接入 inBox 笔记 API
- 支持通过 MCP 客户端创建笔记
- 支持设置笔记标题
安装
安装 via Smithery
要自动为 Claude Desktop 安装 MCP Server 服务器,你可以使用 Smithery:
npx -y @smithery/cli install @sseaan/mcp-server-inbox --client claude
前置要求
- inBox 笔记 API (需要PRO)
- 支持 MCP 协议的客户端(CherryStudio/Cursor等)
依赖
- Python 3.8+
- requests
- mcp[cli]
安装步骤
# 克隆仓库
git clone https://github.com/example/inbox-mcp-server.git
cd inbox-mcp-server
# 安装依赖
pip install -e .
使用方法
环境变量设置
在运行服务器之前,需要设置以下环境变量:
INBOX_TOKEN: 用于访问Inbox API的用户令牌
# Linux/macOS
export INBOX_TOKEN=your_token_here
# Windows (CMD)
set INBOX_TOKEN=your_token_here
# Windows (PowerShell)
$env:INBOX_TOKEN="your_token_here"
运行服务器
# 直接运行
python main.py
# 或使用MCP CLI
mcp run main.py
在Claude Desktop中安装
mcp install main.py
在 MCP 客户端中配置
在Smithery输入INBOX_TOKEN 获得json配置文件如下:
"mcp-server-inbox": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@sseaan/mcp-server-inbox",
"--key",
"*******************************"
]
}
CherryStudio
- 打开 CherryStudio 的 MCP 服务器设置页面
- 点击 "添加服务器"
- 输入服务器名称(例如 "inbox-mcp-server")
- 类型选择 “标准输入/输出(stdio)”
- 命令输入npx
- 输入参数
-y
@smithery/cli@latest
run
@sseaan/mcp-server-inbox
--key
*******************************
- 点击 "保存"
Cursor
- 打开 Cursor 的 MCP 服务配置文件(通常位于
~/.cursor/mcp.json) - 添加 mcp-server-inbox 的配置:
{
"mcpServers": {
"mcp-server-inbox": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@sseaan/mcp-server-inbox",
"--key",
"*******************************"
]
}
}
}
其他 MCP 客户端
请参考对应 MCP 客户端的配置文档,添加类似的配置信息。
API 说明
发送笔记
工具名称: send_note
参数:
- content: 笔记内容 (最多3000字符)
- title: 笔记标题
许可证
MIT
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Tavily Mcp
CursorThe AI Code Editor
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Playwright McpPlaywright MCP server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
ChatWiseThe second fastest AI chatbot™
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
DeepChatYour AI Partner on Desktop
Serper MCP ServerA Serper MCP Server
Amap Maps高德地图官方 MCP Server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.