{"type":"mcp_server","name":"linear-mcp-server","description":"The Linear MCP Server integrates Linear's issue tracking with LLMs through the Model Context Protocol, enabling interaction with Linear issues using tools to create and update them. The Linear MCP","category":"Productivity","language":"JavaScript","stars":344,"forks":37,"owner":"jerhadf","github_url":"https://github.com/jerhadf/linear-mcp-server","homepage":"https://smithery.ai/server/linear-mcp-server","setup":"## Setup\n\n### Automatic Installation\n\nTo install the Linear MCP server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/linear-mcp-server):\n\n```bash\nnpx @smithery/cli install linear-mcp-server --client claude\n```\n\n### Manual Installation\n\n1.  Create or get a Linear API key for your team: [https://linear.app/YOUR-TEAM/settings/api](https://linear.app/YOUR-TEAM/settings/api)\n\n2.  Add server config to Claude Desktop:\n    - MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"linear\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"linear-mcp-server\"\n      ],\n      \"env\": {\n        \"LINEAR_API_KEY\": \"your_linear_api_key_here\"\n      }\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1.  `linear_create_issue` (Create a new Linear issues)\n2.  `linear_update_issue` (Update existing issues)\n3.  `linear_search_issues` (Search issues with flexible filtering)\n4.  `linear_get_user_issues` (Get issues assigned to a user)\n5.  `linear_add_comment` (Add comments to issues)","faq":null,"created_at":"2024-12-03T19:54:41+00:00","updated_at":"2025-03-28T14:55:44+00:00","source_url":"https://model-context-protocol.com/servers/linear-llm-integration-issue-tracking-server","related_articles":[]}