Linear MCP Server
Manage Linear issues, projects, and workflows directly from your AI coding agent without leaving the terminal.
Overview
By leveraging the Model Context Protocol, this server exposes Linear's full API surface to AI agents. Your agent can read sprint backlogs, create sub-issues, transition ticket statuses, and even generate issue descriptions based on code changes. This means you can stay in flow while keeping your project board perfectly in sync with your development progress.
The integration is especially powerful for solo developers and small teams who want to minimize overhead. Instead of manually updating tickets after each commit, your AI agent can handle the bookkeeping, letting you focus on writing code.
Who Is This For?
- Full-stack developers managing sprint backlogs without leaving the terminal
- Team leads triaging and assigning incoming bug reports via AI agent
- Solo developers keeping issue boards updated automatically as they code
- Engineering managers querying project velocity and status from their editor
Installation
Add to .claude/settings.json:
{"mcpServers":{"linear":{"command":"npx","args":["-y","@jerhadf/linear-mcp-server"]}}} Configuration
LINEAR_API_KEY=lin_api_xxxxxxxxxxxxx
LINEAR_TEAM_ID=TEAM-ID Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Servers
Playwright MCP
Automate browser interactions and run end-to-end tests through the Model Context Protocol, enabling AI agents to verify UI behavior in real browsers.
Jest Test Runner
Run, debug, and analyze Jest test suites directly from your AI agent. Quickly identify failing tests and get suggested fixes.
Docker Dev Environments
Spin up containerized development environments for consistent, reproducible builds across your team and CI pipelines.