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://mcpbridge.org/config/linear.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"@linear/mcp-server"
],
"env": {
"LINEAR_API_KEY": "your_linear_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"linear": {
"url": "https://mcpbridge.org/config/linear.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"linear": {
"url": "https://mcpbridge.org/config/linear.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/config/linear.jsonEnvironment Variables
LINEAR_API_KEYReplace your_linear_api_key with your actual linear api key
Endpoints
/issuesList issues
/issuesCreate issue
/teamsList teams
Similar APIs
Other APIs in the Productivity category.
Notion API
Create and manage Notion pages, databases, and blocks through your AI agent.
https://mcpbridge.org/config/notion.jsonPlatform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
https://mcpbridge.org/config/ably-io-platform.jsonControl API v1
Use the Control API to manage your applications, namespaces, keys, queues, rules, and more. Detailed information on using this API can be found in the Ably <a href="https://ably.com/documentation/control-api">developer documentation</a>. Control API is currently in Beta.
https://mcpbridge.org/config/ably-net-control.jsonAdyen Test Cards API
The Test Cards API provides endpoints for generating custom test card numbers. For more information, refer to [Custom test cards](https://docs.adyen.com/development-resources/testing/create-test-cards) documentation.
https://mcpbridge.org/config/adyen-com-testcardservice.json