Production-ready Linear MCP Server template for the Model Context Protocol (MCP). Build AI integrations with the Linear API using TypeScript, OAuth2, issues, projects, teams, comments, Claude Desktop, Cursor, Windsurf, and other MCP clients.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"linear-mcp-server": {
"command": "npx",
"args": [
"-y",
"kamolc4/linear-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add linear-mcp-server npx -y kamolc4/linear-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"linear-mcp-server": {
"command": "npx",
"args": [
"-y",
"kamolc4/linear-mcp-server"
]
}
}
}
📋 Copy
Topics
ai ai-agents claude claude-desktop cursor issue-tracking linear linear-api mcp mcp-server mcpforge-9f11a156 model-context-protocol oauth2 project-management starter-template