mcp-server-linear

mkusaka/mcp-server-linear
★ 1 stars TypeScript API Integration Updated 3mo ago
Model Context Protocol (MCP) server for interacting with the Linear API. This server provides tools and resources for accessing and manipulating Linear issues, projects, and other data through a standardized MCP interface.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-linear": {
      "command": "npx",
      "args": [
        "-y",
        "mkusaka/mcp-server-linear"
      ]
    }
  }
}