A lightweight MCP server that enables Claude to interact with Linear via a single tool with seven actions: search, get, update, comment, create, graphql, and help.
| Tool name | Description | Destructive? |
|---|---|---|
| linear | ✓ no |
{
"mcpServers": {
"streamlinear": {
"command": "npx",
"args": [
"-y",
"@primeradianthq/streamlinear"
]
}
}
}