Back to Browse

Kanban Thing MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Create and drive KanbanThing kanban boards. No account, no API key, board link required.

About

Create and drive KanbanThing kanban boards. No account, no API key, board link required.

Remote endpoints: streamable-http: https://www.kanbanthing.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

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

8 tools verified · Open access · No issues 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.

env_vars

Check that this permission is expected for this type of plugin.

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": {
    "com-kanbanthing-kanban": {
      "url": "https://www.kanbanthing.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

KanbanThing

A free kanban board you can share with a link. No account, no email, no install.

https://www.kanbanthing.com

You name a board, choose a password, and get a link. Anyone you send that link to opens the same board and moves the same cards. That last part is the point — most free no-signup kanban tools keep the board in one browser's local storage, so it can never really be shared. This one is shared by default.

What it does

  • Columns you can add, rename and reorder, starting from To Do, In Progress and Done
  • Cards with a description, a colour and a due date, moved by drag and drop or from the card menu
  • A backlog for work that is not scheduled yet
  • A calendar view of the same cards by due date, and a timeline view by most recent activity
  • A password on every board, set when the board is created, plus a read-only link for people who should see the board but not change it
  • Light and dark appearance, following your system setting
  • A command line client with --json on every command, so a script or an AI agent can drive the same board a person has open in a browser — see the CLI docs

What it does not do

There are no accounts, no teams, no permissions and no paid tier. Boards are deleted up to 60 days after they are created, so copy out anything you want to keep.

If you need long-lived project history, this is the wrong tool, and that is on purpose. It suits work with an end in sight: a retrospective, a short project, or a personal board you start again every few weeks.

Guides

Built with

Next.js, React, TypeScript and Tailwind CSS, with Supabase for storage. Made and maintained by Tron Schell.

Running it locally

Requires Node 20 or newer and a Supabase project.

npm install
npm run dev

Set NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY in .env.local. The SQL that builds the schema lives in db/, applied in filename order.

npm run build       # production build
npm test            # vitest
npm run typecheck   # tsc --noEmit
npm run lint        # eslint

Reviews

No reviews yet

Be the first to review this server!