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.
LINEAR_PATrequiredsecretPersonal API Key from linear.app/settings/account/security
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<YOUR_LINEAR_PAT>"
}
}
}
}{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<YOUR_LINEAR_PAT>"
}
}
}
}{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<YOUR_LINEAR_PAT>"
}
}
}
}{
"servers": {
"linear-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<YOUR_LINEAR_PAT>"
}
}
}
}claude mcp add linear-mcp --env LINEAR_PAT=<YOUR_LINEAR_PAT> -- uvx adelaidasofia-linear-mcpRelated MCP servers
FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…
FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…
macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…
Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…
FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…