Linear
Freeby MCP Community
A Model Context Protocol (MCP) server implementation for the Linear GraphQL API that enables AI assistants to interact with Linear project management systems.
v1.0.12Added Apr 12, 2026
mcplinearcursorclaudeai
Linear MCP Server
A Model Context Protocol (MCP) server implementation for the Linear GraphQL API that enables AI assistants to interact with Linear project management systems.
Installation
Reviews
Installation
Quick install
npx -y @tacticlaunch/mcp-linear
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@tacticlaunch/mcp-linear"]
}
}
}