Linear MCP (multi-workspace, PAT auth)
Rank #19,028io.github.adelaidasofia/linear-mcp
Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in.
Linear MCP (multi-workspace, PAT auth) is a Model Context Protocol (MCP) server published by adelaidasofia. It ranks #19,028 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Linear MCP (multi-workspace, PAT auth) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 23, 2026 and most recently updated on May 24, 2026.
Ranks ahead of 96,432 of 115,460 servers on MCP Toplist.
Use Linear MCP (multi-workspace, PAT auth)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add linear-mcp -e "LINEAR_PAT=<your LINEAR_PAT>" -- uvx adelaidasofia-linear-mcpReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
[mcp_servers.linear-mcp]
command = "uvx"
args = ["adelaidasofia-linear-mcp"]
[mcp_servers.linear-mcp.env]
LINEAR_PAT = "<your LINEAR_PAT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<your LINEAR_PAT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<your LINEAR_PAT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
{
"servers": {
"linear-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<your LINEAR_PAT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<your LINEAR_PAT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<your LINEAR_PAT>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/adelaidasofia/linear-mcp/releases/download/v0.3.2/linear-mcp.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adelaidasofia%2Flinear-mcp)<a href="https://mcptoplist.com/server/io.github.adelaidasofia%2Flinear-mcp"><img src="https://mcptoplist.com/badge/io.github.adelaidasofia%2Flinear-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
adelaidasofia
Other servers by adelaidasofia
- One MCP, many parsers#2,623 · 1 ver
- Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token#8,254 · 1 ver
- Personal WhatsApp MCP for Claude, built directly on whatsmeow#9,473 · 1 ver
- macOS-only MCP server that exposes iMessage chat#12,031 · 1 ver
- FastMCP server for Apollo#12,414 · 1 ver
- FastMCP server for surgical queries against a vault knowledge graph (NetworkX no#14,336 · 1 ver
- Self-hosted GitHub MCP server#15,201 · 1 ver
- Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, a#15,202 · 1 ver
- instagram-mcp#15,693 · 1 ver
- midjourney-mcp#16,137 · 1 ver
- Local-first personal finance MCP#16,488 · 1 ver
- lu#16,489 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | May 24, 2026 |
Frequently asked questions
- Who maintains Linear MCP (multi-workspace, PAT auth)?
- Linear MCP (multi-workspace, PAT auth) is maintained by adelaidasofia, which publishes 20 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Linear MCP (multi-workspace, PAT auth) listed on the Official MCP Registry?
- Yes — Linear MCP (multi-workspace, PAT auth) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Linear MCP (multi-workspace, PAT auth) have?
- MCP Toplist tracks 1 version of Linear MCP (multi-workspace, PAT auth), most recently published on May 24, 2026.
- Where can I find the source code for Linear MCP (multi-workspace, PAT auth)?
- The source code for Linear MCP (multi-workspace, PAT auth) is hosted at github.com/adelaidasofia/linear-mcp.