Linear MCP Server
Issues, cycles and projects over MCP.
Official — published by the vendor of the system it connects to.
Create and update issues, move them through cycles, and query projects. Lets an agent file a well-formed bug straight from a failing test run.
Install Linear MCP Server
Paste this into your MCP client config — Claude Desktop, Claude Code, Cursor, VS Code and Windsurf all read the same shape — then restart the client.
npx -y mcp-remote https://mcp.linear.app/sseConfig for each MCP client
The same server, in the shape each client expects. Copy the block for yours, restart it, and Linear MCP Server appears in your next session.
Claude Desktop
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.linear.app/sse"
]
}
}
}Full Claude Desktop setup guide
Claude Code
claude mcp add linear -- npx -y mcp-remote https://mcp.linear.app/sseCursor
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.linear.app/sse"
]
}
}
}VS Code
{
"servers": {
"linear": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.linear.app/sse"
]
}
}
}Windsurf
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.linear.app/sse"
]
}
}
}Details
- Repository
- https://github.com/linear/linear
- Homepage
- https://github.com/linear/linear
- Category
- Productivity
- Stars
- 2600
- Installs per month
- 24000
- Last checked
Frequently asked questions
How do I install Linear MCP Server?
Add it to your MCP client's config with the command `npx -y mcp-remote https://mcp.linear.app/sse`, or paste the ready-made JSON block above into Claude Desktop, Cursor, VS Code or Windsurf. Claude Code users can run `claude mcp add linear` instead. Restart the client and the tools appear in the next session.
Does Linear MCP Server need an API key?
No credential is recorded for this listing, which usually means it runs against something local or public rather than an authenticated API. Check the repository's README before assuming, and if you find otherwise, tell us and we will correct the listing.
Which clients work with Linear MCP Server?
Any MCP client. Claude Desktop, Claude Code, Cursor, VS Code with Copilot, Windsurf, Zed, Cline and Continue all speak the Model Context Protocol, so a server written once works in all of them — only the location of the config file differs.
Is Linear MCP Server free?
The server itself is free and open source, and you run it yourself. It is published by the vendor of the system it connects to, so that service's own pricing applies to whatever it reaches.
Other Productivity servers
- Notion MCP Server — Read and write pages, databases and comments. Official (Productivity)
- Obsidian MCP Server — Read and search a local vault. (Productivity)
All Productivity MCP servers · The full MCP server list · Install guides