Linear Kanban Server
Provides tools for interacting with Linear's API to manage kanban boards, enabling users to list issues, create new bug reports, and update issue statuses within teams.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Linear Kanban Servermove issue ENG-42 to In Progress and add a comment that I'm starting now"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_KEYRelated MCP server: Linear MCP Server
Manual Setup
Install dependencies:
bun installAdd 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"
}
}
}
}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"
Available Tools
Team & User Management
list_teams- Get all teams in the workspacelist_users- Get all users in the workspace
Project Operations
list_projects- List all projectsget_project- Get detailed project info (status, lead, recent updates)list_project_updates- View project update historycreate_project_update- Post progress updates with health status (onTrack/atRisk/offTrack)
Issue Management
list_issues- List issues (optionally filtered by project)get_issue- Get detailed issue with full context (includes milestone info)create_issue- Create new issues (supports milestone assignment)update_issue- Update issue properties (supports milestone assignment)move_issue- Move issues to different workflow statesadd_comment- Add comments to issuessearch_issues- Full-text search
Workflow Configuration
list_workflow_states- Get kanban board columns for a team (with position and color)
Milestone Management
list_milestones- List all milestones, optionally filtered by projectget_milestone- Get detailed milestone info including assigned issuescreate_milestone- Create a new milestone for a projectupdate_milestone- Update milestone properties (name, description, target date)delete_milestone- Delete a milestoneassign_issue_to_milestone- Assign an issue to a milestone or remove from current milestonelist_milestone_issues- List all issues assigned to a specific milestone
Resources
The server provides these MCP resources:
linear://teams- All teams in JSONlinear://projects- All projects in JSONlinear://issues- Recent issues (first 50)linear://workflow-states- Available kanban columnslinear://project-updates- Recent project updates across workspacelinear://milestones- All milestones across projects
Prompts
Guided workflows for common tasks:
kanban_overview- Generate a kanban board overview organized by columnscreate_task- Guided task creation with automatic team and state selectiondaily_standup- Generate standup summaries with completed/in-progress/blocked itemswrite_project_update- Guided project update writing with health statusmilestone_overview- Get milestone progress overview for a project
Example Usage
Issue Management
"Show me all issues in the Engineering team"
"Create a new bug report titled 'Login button broken'"
"Move issue ENG-123 to In Progress"
"Search for issues about authentication"Milestone Management
"List all milestones for project X"
"Create a milestone called 'v1.0 Release' for project X with target date 2024-06-01"
"Show me all issues in the 'Q1 Goals' milestone"
"Assign issue ENG-456 to the 'v1.0 Release' milestone"
"Update milestone to change target date to 2024-07-01"
"What's the progress on each milestone in project X?"Project Updates
"Write a project update for project X"
"Show me recent updates for the Mobile App project"Kanban Board
"Show me the kanban board overview"
"What's the daily standup summary?"This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI models to interact with Linear for issue tracking and project management through capabilities like creating/searching issues, managing sprints, and retrieving workflow states.Last updated
- Alicense-qualityDmaintenanceProvides access to Linear's issue tracking system through a standardized Model Context Protocol interface, allowing users to create, update, search, and manage issues, projects, and comments via natural language.Last updated7781MIT
- Flicense-qualityDmaintenanceEnables AI models to interact with Linear for issue tracking and project management through the Model Context Protocol, supporting capabilities like creating issues, searching, managing sprints, and bulk updating statuses.Last updated5
- AlicenseBqualityDmaintenanceEnables AI tools like Cline to manage Linear issues, projects, and teams via the Linear API.Last updated241,7702MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Manage projects, tasks, time tracking, and team collaboration through natural language.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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