This project is a Go implementation of an MCP server that leverages the Todoist REST API v2.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"todoist-go-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/naotama2002/todoist-go-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add todoist-go-mcp-serve go run github.com/naotama2002/todoist-go-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"todoist-go-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/naotama2002/todoist-go-mcp-server@latest"
]
}
}
}