Linear MCP
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 MCPshow my open issues in the biz workspace"
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 MCP
Multi-workspace MCP server for Linear, built with Bun/TypeScript and raw GraphQL.
It covers issues, projects, initiatives, documents, comments, views, templates, notifications, attachments, and files, with complete comment readback, authenticated private-file handling, validated visual metadata, and MCP tool annotations. See CAPABILITIES.md for the generated tool reference.
Active local source:
/Users/jonas/.agents/mcp/servers/linearWorkspaces:
biz,personal, andtestPlan levels:
bizandpersonalare Basic;testis Free.Auth:
LINEAR_BIZ_TOKEN,LINEAR_PERSONAL_TOKEN, andLINEAR_TEST_TOKENGenerated tool reference: CAPABILITIES.md
Agent Usage
Fresh sessions should use one source-of-truth chain:
Runtime MCP tool discovery for callable names, descriptions, and schemas.
CAPABILITIES.md for the generated human-readable index, examples, and tool-choice guidance.
/Users/jonas/.agents/skills/linear/SKILL.mdfor workspace routing and operating policy.Live MCP reads for IDs and current Linear workspace state.
Do not copy tool tables into skills, README sections, or Linear comments. If tool behavior changes, update the implementing ToolDef metadata/examples under tools/, regenerate CAPABILITIES.md, and keep the skill focused on policy rather than a second reference.
Related MCP server: MCP Linear.app Server
Setup
bun install
cp .env.example .env
bun run startThe local production launch path uses /Users/jonas/.agents/mcp/wrappers/linear.sh, which loads tokens through the neutral MCP wrapper layer. The smoke scripts in package.json assume that local control-plane layout.
Scripts
bun run prepare:repo
bun run verify
bun run smoke:tools
bun run smoke:tools:local
bun run smoke:views
bun run smoke:live -- --workspace test --scenario comments
bun run smoke:live -- --workspace biz --scenario discord --discord-url https://discord.com/channels/<guild>/<channel>/<message>
bun run seed:test-workspaceUse bun run prepare:repo before committing source changes. It refreshes the generated capabilities reference, then runs the normal local verification path. GitHub CI runs docs, build, and credential-free tool discovery; live Linear calls still depend on local credentials and the local MCP wrapper layout.
bun run smoke:live is opt-in and mutates Linear. It defaults to test and also accepts --workspace personal or --workspace biz. It creates durable sandbox anchors named Linear MCP Sandbox, creates disposable fixtures named MCP Smoke <domain> <timestamp>, tracks created IDs, and cleans current-run fixtures in finally. Supported scenarios are favorites, labels, duplicate, organize, comments, views, icons, notifications, subscriptions, templates, discord, and all. The discord scenario is intentionally not part of all because it needs --discord-url and the biz Discord integration. The script warns about stale MCP Smoke fixtures before it starts; review those warnings separately from current-run cleanup results.
bun run seed:test-workspace is also mutating and intentionally durable. It targets test by default, creates a fleshed-out MCP capability lab, and writes a local report under reports/.
Layout
index.ts
workspaces.ts
client.ts
tools/
registry.ts
issues.ts
projects.ts
initiatives.ts
views.ts
templates.ts
files.ts
attachments.ts
...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
- AlicenseBqualityBmaintenanceA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated1003,983143MIT
- Alicense-quality-maintenanceAn MCP server that enables interaction with Linear.app's API for issue tracking, project management, and workflow automation. It allows users to create, update, and search issues, manage cycles and labels, and perform team operations through natural language.Last updated
- AlicenseBqualityCmaintenanceAn MCP server that integrates with Linear's API, enabling users to manage issues, projects, teams, and comments through natural language. It supports creating, updating, deleting, and searching issues, as well as project and team management.Last updated251,770MIT
- Flicense-qualityDmaintenanceMCP server for integrating Linear with Claude Code and other MCP clients. Enables issue management, project planning, and status tracking through a set of tools.Last updated
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for interacting with the Supabase platform
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/jonasgantner/linear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server