Back to Browse

Easykanban MCP Server

ProductivityLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read and manage your EasyKanban kanban boards: to-do summaries, create, update, and move cards.

About

Read and manage your EasyKanban kanban boards: to-do summaries, create, update, and move cards.

Remote endpoints: streamable-http: https://easykanb.app/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "app-easykanb-easykanban": {
      "url": "https://easykanb.app/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

smithery badge

EasyKanban MCP Server

Connect Claude, ChatGPT, Cursor, or any MCP-compatible AI to your EasyKanban kanban boards. Ask for a to-do summary across all your boards, then let your assistant create, update, and move cards for you.

Endpoint: https://easykanb.app/api/mcp Transport: Streamable HTTP Auth: OAuth 2.1 (PKCE + Dynamic Client Registration) — no API keys

Setup

Claude (web & desktop)

Settings → Connectors → Add custom connector, paste https://easykanb.app/api/mcp, then click Allow in the browser window that opens.

Claude Code

claude mcp add --transport http easykanban https://easykanb.app/api/mcp

Then run /mcp to authenticate.

ChatGPT

Settings → Connectors → Add custom connector, paste https://easykanb.app/api/mcp, confirm the EasyKanban sign-in.

Cursor, VS Code & other clients

{
  "mcpServers": {
    "easykanban": {
      "url": "https://easykanb.app/api/mcp"
    }
  }
}

One-click install links for Cursor and VS Code are on https://easykanb.app/mcp.

Tools

Reading is free on every account. Writing requires EasyKanban Pro (€6/month) and unlocks immediately on upgrade — no reconnect needed.

ToolPlanDescription
list_boardsFreeList all boards you can access
get_boardFreeRead a board with its columns, cards, and tag names
list_cardsFreeList and filter cards on a board
get_todo_overviewFreeCross-board to-do summary sorted by due date
create_cardProCreate a card in a column
update_cardProEdit title, description, tags, due date
move_cardProMove a card between columns or positions
archive_cardProArchive a card (reversible)
delete_cardProPermanently delete a card
create_boardProCreate a board with a set of columns
create_columnProAdd a column to a board

Example prompts

  • "What are my most important to-dos this week?"
  • "Summarize everything that is overdue across my boards."
  • "Create a card 'Send invoice to ACME' in my Freelance board."
  • "Move the 'Design review' card to Done."
  • "Add cards for all the action items from this meeting transcript."

Security

  • Your existing login. Authorization runs through OAuth against your EasyKanban account. No API keys or passwords are shared with the AI.
  • Same permissions as in the app. Every request runs under your identity with Postgres row-level security applied, so your AI sees only boards you can access, and team roles (owner, editor, viewer) are enforced by the database.
  • Revoke anytime. Settings → Connected Apps cuts off an app's access immediately.

Links

Reviews

No reviews yet

Be the first to review this server!