Linear Mcp Integration
Freeby MCP Community
MCP server providing tools to interact with the Linear API (Issues, Projects, Teams).
v0.1.1Added Apr 12, 2026
linearmcpmodel-context-protocoltypescriptapi
Linear Mcp Integration MCP Server
MCP server providing tools to interact with the Linear API (Issues, Projects, Teams).
Installation
Reviews
Installation
Quick install
npx -y @touchlab/linear-mcp-integration
Add to claude_desktop_config.json
{
"mcpServers": {
"linear-mcp-integration": {
"command": "npx",
"args": ["-y", "@touchlab/linear-mcp-integration"]
}
}
}