Back to MCP Servers
Linear Server
Manage Linear issues, projects, and workflows for seamless project management integration
project-managementlinearissuesworkflowcommunity
By Linear
Installation
npm install -g @linear/mcp-serverConfiguration
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@linear/mcp-server"],
"env": {
"LINEAR_API_KEY": "your-linear-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes