Linear
Freeby MCP Community
MCP server for using the Linear API
v1.0.15Added Apr 12, 2026
mcplinearapi
Linear MCP Server
MCP server for using the Linear API
Installation
Reviews
Installation
Quick install
npx -y @mkusaka/mcp-server-linear
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@mkusaka/mcp-server-linear"]
}
}
}