MCP Server
Linear MCP MCP Server
by Linear
Manage Linear issues, projects, and cycles from chat.
About Linear MCP
Official Linear MCP integration. Create and update issues, set priorities, assign teammates, and report on cycle progress.
Tags
issuesproject managementengineering
How to install Linear MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-linear"]
}
}
}Example shape only — see the docs for the canonical install command.