Linear API MCP Config
Manage issues, projects, and workflows in Linear through your AI agent.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/linear.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/linear.json to fetch programmatically.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y","@linear/mcp-server"],
"env": {
"LINEAR_API_KEY": "your_linear_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/linear.jsonEnvironment Variables
LINEAR_API_KEYReplace your_linear_api_key with your actual linear api key
Endpoints
GET
/issuesList issues
POST
/issuesCreate issue
GET
/teamsList teams