Linear
Freeby MCP Community
An MCP server for interacting with Linear's API, providing tools for managing issues, projects, and teams
v1.6.0Added Apr 12, 2026
linearmcpmodel-context-protocolclineissue-tracking
Linear MCP Server
An MCP server for interacting with Linear's API, providing tools for managing issues, projects, and teams
Installation
Reviews
Installation
Quick install
npx -y mcp-server-linear
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "mcp-server-linear"]
}
}
}