Skip to content

Commit fd8de59

Browse files
committed
Update README
1 parent 3910718 commit fd8de59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Linear MCP Server
22

3+
[![smithery badge](https://smithery.ai/badge/linear-mcp-server)](https://smithery.ai/server/linear-mcp-server)
4+
35
A [Model Context Protocol](https://github.com/modelcontextprotocol) server for the [Linear API](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).
46

57
This server provides integration with Linear's issue tracking system through MCP, allowing LLMs to interact with Linear issues.
68

79
## Installation
810

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
920
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)
1021

1122
2. Add server config to Claude Desktop:

0 commit comments

Comments
 (0)