Linear
Freeby MCP Community
A Linear MCP server for interacting with Linear's API
v78.0.1Added Apr 12, 2026
linearmcpmodel-context-protocolcliroo
Linear MCP Server
A Linear MCP server for interacting with Linear's API
Installation
Reviews
Installation
Quick install
npx -y @mseep/linear-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@mseep/linear-mcp"]
}
}
}