A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"linear-mcp-server"
]
}
}
}