Model Context Protocol server exposing todo CRUD as tools for any MCP-compatible host
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-todo-server": {
"command": "npx",
"args": [
"-y",
"costaadiego1989/mcp-todo-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-todo-server npx -y costaadiego1989/mcp-todo-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-todo-server": {
"command": "npx",
"args": [
"-y",
"costaadiego1989/mcp-todo-server"
]
}
}
}