Linear MCP Server
Linear's official MCP server that lets any compatible AI model or agent access, create, and update Linear issues, projects, and comments via a standardized interface.
At a Glance
Free for everyone with basic Linear access including MCP
Engagement
Available On
Listed Aug 2026
About Linear MCP Server
Linear's MCP server provides a standardized Model Context Protocol interface that allows any compatible AI model or agent to access your Linear workspace data in a simple and secure way. It is centrally hosted and managed by Linear, following the authenticated remote MCP spec, and supports tools for finding, creating, and updating objects like issues, projects, and comments. The server is available natively in Claude, Cursor, VS Code, Windsurf, Zed, and other clients, with the mcp-remote npm module available for backwards compatibility with clients that do not yet support remote MCP.
What It Is
Linear's MCP server is a remotely hosted integration layer that bridges AI coding assistants and agent frameworks with Linear's project management platform. Rather than running locally on a user's machine, the server lives at https://mcp.linear.app/mcp and uses Streamable HTTP as its primary transport. Authentication is handled via OAuth 2.1 with dynamic client registration, though direct bearer token and API key authentication are also supported. The server exposes both read-write and read-only endpoints, giving teams fine-grained control over what AI agents can do.
Supported Clients and Setup Paths
The MCP server has dedicated setup instructions for a wide range of AI clients:
- Claude (Team, Enterprise via claude.ai connectors; Free/Pro via Claude desktop settings)
- Claude Code (via
claude mcp add --transport http) - Codex (via CLI command or
~/.codex/config.toml) - Cursor (one-click install or via MCP tools directory)
- Jules (via Linear API key pasted into Jules MCP Settings)
- Visual Studio Code (via MCP: Add Server command)
- v0 by Vercel (via connections page)
- Windsurf and Zed (via JSON config)
For clients that do not natively support remote MCP, the open-source mcp-remote npm package (MIT-licensed, maintained by Cloudflare) acts as a local stdio-to-remote bridge, enabling compatibility with hundreds of additional tools.
Enterprise Authentication and Access Control
Linear's MCP server includes enterprise-grade authentication options. Organizations using Okta can configure SAML for Linear and enable MCP enterprise-managed authentication, allowing supported external MCP clients such as Claude to authenticate users automatically using Okta-managed access policies. The server also supports multi-workspace setups by isolating OAuth sessions via separate configuration directories (e.g., using MCP_REMOTE_CONFIG_DIR). Read-only access can be enforced either by connecting to the /mcp/readonly endpoint or by requesting only the read OAuth scope.
Common Use Cases and Example Workflows
The documentation provides six detailed example prompt workflows to help teams get started:
- Roadmap planning — Turn a planning document into a structured Linear project with issues, milestones, and relationships
- Standup note automation — Match standup notes to existing Linear issues and post concise update comments
- Incoming bug investigation — Investigate a tracked bug, identify root cause, and post findings as a comment
- Team cycle summarization — Summarize completed work across a cycle or timeframe for a given team
- Timeline generation — Build a chronological history of work around a specific topic
- Implementation planning — Draft and review an implementation plan, then create corresponding Linear issues and sub-issues
Architecture and Transport
The primary transport is Streamable HTTP at https://mcp.linear.app/mcp. A legacy SSE endpoint at https://mcp.linear.app/sse remains available as a deprecated fallback for clients that do not support Streamable HTTP. The mcp-remote bridge package supports configurable transport strategies (http-first, sse-first, http-only, sse-only), custom headers, proxy support, tool filtering via --ignore-tool, and debug logging. The bridge is open source under the MIT License, originally created by Cloudflare.
Update: Active Development and Recent Linear Changelog Activity
Linear's changelog shows active product movement as of mid-2026, including Coding Sessions on Mobile (July 30, 2026), Agent-assisted text editing (July 22, 2026), Loops for recurring agent work (July 16, 2026), and Initiative properties (June 30, 2026). The MCP server is listed as a core part of Linear's AI and agent workflow surface, alongside Linear Agent, Loops, Code Intelligence, and Triage Intelligence. The mcp-remote repository on GitHub was last updated July 31, 2026, with 1,535 stars and 274 forks, indicating active community adoption.
Community Discussions
Be the first to start a conversation about Linear MCP Server
Share your experience with Linear MCP Server, ask questions, or help others learn from your insights.
Pricing
Free
Free for everyone with basic Linear access including MCP
- Unlimited members
- 2 teams
- 250 issues
- Agent platform
- Linear Agent
Basic
For growing teams needing more issues and teams
- All Free features
- 5 teams
- Unlimited issues
- Unlimited file uploads
- Admin roles
- MCP access
Business
For teams needing advanced AI, triage, and integrations
- All Basic features
- Unlimited teams
- Private teams and guests
- Triage Intelligence
- Loops
- Code Intelligence (beta)
- Linear Insights
- Linear Asks
- Zendesk and Intercom integrations
- MCP access
Enterprise
For large organizations needing security, compliance, and support
- All Business features
- Invoice/PO billing
- SAML and SCIM
- Granular admin controls
- Enterprise-grade security
- Advanced org modeling
- Migration & onboarding support
- Priority support
- Account management
- MCP enterprise-managed authentication
Capabilities
Key Features
- Remote MCP server hosted at mcp.linear.app
- Streamable HTTP transport (primary)
- OAuth 2.1 with dynamic client registration
- Bearer token and API key authentication
- Read-write and read-only endpoint options
- Enterprise-managed authentication via Okta SAML
- Multi-workspace support via isolated OAuth sessions
- Tools for finding, creating, and updating issues
- Tools for creating and updating projects and comments
- Native support for Claude, Cursor, VS Code, Windsurf, Zed
- mcp-remote bridge for stdio-only clients
- Configurable transport strategies (HTTP, SSE)
- Custom header support
- Tool filtering with --ignore-tool flag
- Debug logging
- Outbound HTTP proxy support
