A simple note storage system with tools to add and summarize notes using a custom note:// URI scheme.
A MCP server project.
This project is a Python adaptation of the original Node.js project by kingler.
The server implements a simple note storage system with:
The server provides a single prompt:
The server implements one tool:
[TODO: Add configuration details specific to your implementation]
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
To prepare the package for distribution:
uv sync
uv build
This will create source and wheel distributions in the dist/
directory.
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
--token
or UV_PUBLISH_TOKEN
--username
/UV_PUBLISH_USERNAME
and --password
/UV_PUBLISH_PASSWORD
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
npx @modelcontextprotocol/inspector uv --directory /home/administrator/workspace/n8n_agent/n8n-mcp run n8n-mcp
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Interact with Notion using its API. This server mirrors the Notion API SDK, allowing LLMs to manage pages, databases, and other Notion content.
Recognize and extract text from handwritten documents using the Handwriting OCR service.
Breaks down complex tasks into manageable pieces and stores them in structured JSON.
An MCP server for managing Tempo worklogs in Jira. It connects to Jira and Tempo services using API tokens and environment variables.
An MCP server for intelligent text summarization, configurable with various AI providers.
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
Read, create, update and delete Google Keep notes.
AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Interact with the Confluence API to manage spaces, pages, and content. Supports searching, creating, and updating pages.
This server enables LLMs to use calculator for precise numerical calculations.