Project Management
Linear MCP
Linear’s hosted MCP server lets assistants create and update issues, search the workspace, and navigate projects. Remote OAuth endpoint; use mcp-remote when your client only supports stdio.
Stars
1.5k
Installs
120.0k
License
Proprietary
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.5k · catalog
- Freshness: Updated 2025-09-18
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"]
}
}
}