PluginBench
MCP Server
Active
MIT

Linear MCP (multi-workspace, PAT auth) MCP Server

io.github.adelaidasofia/linear-mcp

What is the Linear MCP (multi-workspace, PAT auth) MCP server?

Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in.

How to install Linear MCP (multi-workspace, PAT auth)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LINEAR_PAT
    required
    secret

    Personal API Key from linear.app/settings/account/security

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linear-mcp": {
      "command": "uvx",
      "args": [
        "adelaidasofia-linear-mcp"
      ],
      "env": {
        "LINEAR_PAT": "<YOUR_LINEAR_PAT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "linear-mcp": {
      "command": "uvx",
      "args": [
        "adelaidasofia-linear-mcp"
      ],
      "env": {
        "LINEAR_PAT": "<YOUR_LINEAR_PAT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "linear-mcp": {
      "command": "uvx",
      "args": [
        "adelaidasofia-linear-mcp"
      ],
      "env": {
        "LINEAR_PAT": "<YOUR_LINEAR_PAT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "linear-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adelaidasofia-linear-mcp"
      ],
      "env": {
        "LINEAR_PAT": "<YOUR_LINEAR_PAT>"
      }
    }
  }
}
Claude Code
claude mcp add linear-mcp --env LINEAR_PAT=<YOUR_LINEAR_PAT> -- uvx adelaidasofia-linear-mcp

Related MCP servers

FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…

2
Python
MIT
View repository →

FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…

2
Python
MIT
View repository →

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

1
Python
MIT
View repository →

macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…

1
Python
MIT
View repository →

Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…

1
Python
MIT
View repository →

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

1
Python
MIT
View repository →