{
  "markdown": "[![smithery badge](https://smithery.ai/badge/e-goetmann/easykanban)](https://smithery.ai/servers/e-goetmann/easykanban)\n\n# EasyKanban MCP Server\n\nConnect Claude, ChatGPT, Cursor, or any MCP-compatible AI to your\n[EasyKanban](https://easykanb.app) kanban boards. Ask for a to-do summary across\nall your boards, then let your assistant create, update, and move cards for you.\n\n**Endpoint:** `https://easykanb.app/api/mcp`\n**Transport:** Streamable HTTP\n**Auth:** OAuth 2.1 (PKCE + Dynamic Client Registration) — no API keys\n\n## Setup\n\n### Claude (web & desktop)\n\nSettings → Connectors → **Add custom connector**, paste\n`https://easykanb.app/api/mcp`, then click **Allow** in the browser window that\nopens.\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http easykanban https://easykanb.app/api/mcp\n```\n\nThen run `/mcp` to authenticate.\n\n### ChatGPT\n\nSettings → Connectors → **Add custom connector**, paste\n`https://easykanb.app/api/mcp`, confirm the EasyKanban sign-in.\n\n### Cursor, VS Code & other clients\n\n```json\n{\n  \"mcpServers\": {\n    \"easykanban\": {\n      \"url\": \"https://easykanb.app/api/mcp\"\n    }\n  }\n}\n```\n\nOne-click install links for Cursor and VS Code are on\n<https://easykanb.app/mcp>.\n\n## Tools\n\nReading is free on every account. Writing requires\n[EasyKanban Pro](https://easykanb.app/#pricing) (€6/month) and unlocks\nimmediately on upgrade — no reconnect needed.\n\n| Tool | Plan | Description |\n| --- | --- | --- |\n| `list_boards` | Free | List all boards you can access |\n| `get_board` | Free | Read a board with its columns, cards, and tag names |\n| `list_cards` | Free | List and filter cards on a board |\n| `get_todo_overview` | Free | Cross-board to-do summary sorted by due date |\n| `create_card` | Pro | Create a card in a column |\n| `update_card` | Pro | Edit title, description, tags, due date |\n| `move_card` | Pro | Move a card between columns or positions |\n| `archive_card` | Pro | Archive a card (reversible) |\n| `delete_card` | Pro | Permanently delete a card |\n| `create_board` | Pro | Create a board with a set of columns |\n| `create_column` | Pro | Add a column to a board |\n\n## Example prompts\n\n- \"What are my most important to-dos this week?\"\n- \"Summarize everything that is overdue across my boards.\"\n- \"Create a card 'Send invoice to ACME' in my Freelance board.\"\n- \"Move the 'Design review' card to Done.\"\n- \"Add cards for all the action items from this meeting transcript.\"\n\n## Security\n\n- **Your existing login.** Authorization runs through OAuth against your\n  EasyKanban account. No API keys or passwords are shared with the AI.\n- **Same permissions as in the app.** Every request runs under your identity\n  with Postgres row-level security applied, so your AI sees only boards you can\n  access, and team roles (owner, editor, viewer) are enforced by the database.\n- **Revoke anytime.** Settings → Connected Apps cuts off an app's access\n  immediately.\n\n## Links\n\n- Setup & docs: <https://easykanb.app/mcp>\n- Pricing: <https://easykanb.app/#pricing>\n- Privacy: <https://easykanb.app/privacy>\n",
  "bytes": 3037,
  "sha": "953eec783e0920fc8e1323d9214a2311e6858975bdbfee5e213d8055da6fcdca",
  "repo_slug": "egoetmann/easykanban-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_easykanb_easykanban_f969d32a/readme"
}