A simple note storage system with a custom note:// URI scheme, allowing users to add and summarize notes.
A MCP server project
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 /Users/daikiwatanabe/ghq/github.com/daikw/mcp-server-on-raspi run mcp-server-on-raspi
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Schedule meetings in Microsoft Outlook using the Microsoft Graph API.
A powerful, Go-based task management server with MCP support, AI editor integration, and a VS Code extension. It supports smart task creation, markdown, and project organization.
A server that facilitates structured, progressive thinking through defined stages.
An MCP Server Integration with Apple Shortcuts
Enables AI assistants to interact with Anki flashcard decks via the AnkiConnect plugin.
A simple calculator server for performing basic arithmetic operations.
Excel manipulation including data reading/writing, worksheet management, formatting, charts, and pivot table
Interact with Trello boards, lists, and cards using the Trello API.
Interact with your Obsidian vault from your IDE or Claude Desktop.
MCP server for the Outline knowledge base and document management tool.