todoist-go-mcp-server

naotama2002/todoist-go-mcp-server
★ 1 stars Go 🔌 API Integration Updated 7d ago
This project is a Go implementation of an MCP server that leverages the Todoist REST API v2.
View on GitHub →

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"
      ]
    }
  }
}