MCP Directory
Back

streamlinear

by prime-radiant-inc · TypeScript · ★ 83

A lightweight Linear MCP server for Claude Code that exposes one tool with action dispatch (search, get, update, comment, create, graphql, help) using ~500 tokens instead of the standard MCP's ~17,000.

#ai-agents#claude-code#linear#mcp#typescript

Install

npx -y github:prime-radiant-inc/streamlinear

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "streamlinear": {
      "command": "npx",
      "args": [
        "-y",
        "github:prime-radiant-inc/streamlinear"
      ]
    }
  }
}

From the README

A lightweight Linear MCP for Claude Code. One tool, seven actions. The standard Linear MCP uses ~17,000 tokens for tool definitions. streamlinear uses ~500 tokens. Instead of 23 separate tools, streamlinear has **one tool with action dispatch**: | Action | Purpose | |--------|---------| | | Find issues (smart defaults: your active issues) | | | Issue details by ABC-123, URL, or UUID | | | Change state, priority, assignee | | | Add comment to issue | | | Create new issue | | | Raw GraphQL for anything else | | | Full documentation | Add to your : To use streamlinear with multiple L…
Read full README on GitHub →

Related productivity servers