This is an MCP server to give your favorite LLM tools to work with your Toodledo tasks, notes, lists, etc.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"toodledo-mcp-server": {
"command": "npx",
"args": [
"-y",
"tec-astra-pedro/toodledo-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add toodledo-mcp-server npx -y tec-astra-pedro/toodledo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"toodledo-mcp-server": {
"command": "npx",
"args": [
"-y",
"tec-astra-pedro/toodledo-mcp-server"
]
}
}
}