A simple note storage system that allows adding and summarizing notes using a custom URI scheme.
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/harrisonliang/research/fun/soduku run sodukusolver
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Connects AI agents to the Feishu/Lark platform to automate document processing, conversation management, and calendar scheduling via its OpenAPI.
Interact with Jira projects using natural language.
Guides problem-solving by breaking down complex problems and recommending the best MCP tools for each step.
A TypeScript server for automation and integration, featuring Microsoft OAuth, browser control, and basic utilities.
An intelligent task management system based on MCP, providing an efficient programming workflow framework for AI Agents with an optional web-based GUI.
Python tools for MCP that integrate with native Apple applications like Messages, Notes, Mail, and more on macOS.
Integrates with Linear project management systems.
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Manages work memories and shares context between AI tools using a local SQLite database.
Manage various router types using natural language. Requires router credentials to be configured.