Inbox MCP Server
@sseaan
About Inbox MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-inbox-sseaan": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@sseaan/mcp-server-inbox",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Inbox MCP Server?
Inbox MCP Server is a Model Context Protocol (MCP) server that sends notes to the inBox Notes API. It provides a tool to create notes via any MCP‑compatible client, allowing users to send content and a title to a configured inBox API endpoint. It is intended for users who already have an inBox Notes PRO account.
How to use Inbox MCP Server?
Set the INBOX_TOKEN environment variable with your inBox API token, then run the server with python main.py or mcp run main.py. Install it via Smithery for automatic Claude Desktop configuration, or manually add a stdio MCP server entry in your client (e.g., CherryStudio, Cursor) using npx -y @smithery/cli@latest run @sseaan/mcp-server-inbox --key <your_token>.
Key features of Inbox MCP Server
- Sends notes to the inBox Notes API via MCP.
- Supports setting a note title.
- Creates notes from any MCP‑compatible client.
- Configurable through environment variables.
- Can be installed automatically via Smithery.
Use cases of Inbox MCP Server
- Save ideas or reminders from an AI assistant into your inBox.
- Automate note capture while using CherryStudio or Cursor.
- Integrate note creation into a wider MCP‑based workflow.
FAQ from Inbox MCP Server
What does Inbox MCP Server do?
It provides one MCP tool (send_note) that sends a note (content and optional title) to the inBox Notes API using your account’s API token.
What are the runtime requirements?
Python 3.8 or later, the requests and mcp[cli] packages, an inBox Notes PRO account, and an MCP‑compatible client (e.g., Claude Desktop, CherryStudio, Cursor).
Where does my data go?
Notes are sent directly to the inBox Notes API endpoint you configure. The server does not store data locally beyond transient processing.
How do I configure the server in a client?
Set your INBOX_TOKEN as an environment variable, then run the server as a stdio process. For Smithery‑installed setups, use the provided JSON configuration with the --key argument.
What is the license?
Inbox MCP Server is released under the MIT License.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
🚀 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,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments