An opinionated MCP server for Linear — six tools that match how a senior engineer runs an issue tracker. Built in public over 14 days.
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": {
"command": "npx",
"args": [
"-y",
"iambrucedavis/linear-mcp"
]
}
}
}
Run in terminal:
claude mcp add linear-mcp npx -y iambrucedavis/linear-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"linear-mcp": {
"command": "npx",
"args": [
"-y",
"iambrucedavis/linear-mcp"
]
}
}
}