Skip to main content
Glama

Linear Kanban Server

A lightweight MCP server that exposes the Linear API for kanban board management, designed for integration with Claude Desktop and Claude Code.

Quick Setup

claude mcp add linear-kanban -- bun run /path/to/linear-kanban-server/src/mcp-server.ts -e LINEAR_API_KEY=lin_api_YOUR_KEY

Manual Setup

  1. Install dependencies:

bun install
  1. Add to your Claude Code settings (~/.claude/settings.json):

{ "mcpServers": { "linear-kanban": { "command": "bun", "args": ["run", "/path/to/linear-kanban-server/src/mcp-server.ts"], "env": { "LINEAR_API_KEY": "lin_api_YOUR_API_KEY_HERE" } } } }
  1. Use in Claude:

  • "Show me all issues in the Engineering team"

  • "Create a new bug report for the login issue"

  • "Move issue ENG-123 to In Progress"

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xikarus/linear-kanban-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server