You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Model Context Protocol](https://github.com/modelcontextprotocol) server for the [Linear API](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).
4
6
5
7
This server provides integration with Linear's issue tracking system through MCP, allowing LLMs to interact with Linear issues.
6
8
7
9
## Installation
8
10
11
+
### Installing via Smithery
12
+
13
+
To install Linear MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/linear-mcp-server):
14
+
15
+
```bash
16
+
npx -y @smithery/cli install linear-mcp-server --client claude
17
+
```
18
+
19
+
### Manual Installation
9
20
1. Create or get a Linear API key for your team: [https://linear.app/YOUR-TEAM/settings/api](https://linear.app/YOUR-TEAM/settings/api)
0 commit comments