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
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments