Todo MCP Server
@idsulik
关于 Todo MCP Server
The repository todo-mcp-server is a minimal Todo application implemented as an MCP (Model Context Protocol) server. It provides basic functionalities such as listing, viewing, adding, removing, and clearing todo items.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"todo-mcp-server-idsulik": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Todo MCP Server?
A minimal Todo application implemented as an MCP (Model Context Protocol) server. It exposes resources, tools, and prompts to list, view, add, remove, and clear todo items, and to create structured tasks with metadata. The project serves as a test bed for building and interacting with MCP servers.
How to use Todo MCP Server?
Install Python 3.10+ and uv, clone the repository, install dependencies with uv pip install -e ., then register the server with mcp install server.py --name "Todo MCP". Alternatively, use mcp dev server.py to launch with the MCP Inspector, or run via Docker with the configuration shown in the README.
Key features of Todo MCP Server
- List all todo items
- View a specific todo item by index
- Add new todo items
- Remove todo items
- Clear all todo items
- Create structured tasks with priority and due date
Use cases of Todo MCP Server
- Testing and demonstrating MCP interactions
- Managing a simple todo list through MCP-enabled applications (e.g., Claude Desktop)
- Learning how to build and expose functionality via the MCP protocol
FAQ from Todo MCP Server
What are the prerequisites for running Todo MCP Server?
Python 3.10 or later and the uv Python package installer are required.
How do I install and register the server?
Clone the repository, run uv pip install -e . from the project root, then execute mcp install server.py --name "Todo MCP" to register it with MCP-enabled apps like Claude Desktop.
How can I run the server using Docker?
Add the provided Docker configuration to your MCP client settings. The image idsulik/todo-mcp-server will be pulled automatically if not already present locally.
What tools and resources does Todo MCP Server provide?
Resources: todo://list and todo://view/{item_idx}. Tools: add_todo, remove_todo, clear_todo. Prompt: create_task with parameters for task name, priority, and due date.
生产力 分类下的更多 MCP 服务器
Openfate Bazi Mcp
openfate-aiOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
评论