A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linear-mcp-server": {
"command": "npx",
"args": [
"-y",
"jerhadf/linear-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add linear-mcp-server npx -y jerhadf/linear-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"linear-mcp-server": {
"command": "npx",
"args": [
"-y",
"jerhadf/linear-mcp-server"
]
}
}
}