★ 132 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
MCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
View on GitHub →
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": {
"mcp-linear": {
"command": "npx",
"args": [
"-y",
"tacticlaunch/mcp-linear"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-linear npx -y tacticlaunch/mcp-linear
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-linear": {
"command": "npx",
"args": [
"-y",
"tacticlaunch/mcp-linear"
]
}
}
}
📋 Copy
Topics
claude cursor linear mcp