Skip to content
MCP-Bridge
Productivity

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

LINEAR_API_KEY

Replace your_linear_api_key with your actual linear api key

Endpoints

GET/issues

List issues

POST/issues

Create issue

GET/teams

List teams