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.0Added Apr 12, 2026
mcplinearclaudeaimodel-context-protocol
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 @emmett.deen/linear-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@emmett.deen/linear-mcp-server"]
}
}
}