Linear
OfficialIssue tracking and project management for development teams.
Provider:Linear
Category:Development
Installation
Command Line
npx @linear/importConfiguration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"linear-mcp"
],
"env": {
"LINEAR_API_KEY": "<your-linear-api-key>"
}
}
}
}