Linear MCP (multi-workspace, PAT auth) for Grok
io.github.adelaidasofia/linear-mcp
Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in.
client:Grok
transport:stdio
runtime:pypi
Install Linear MCP (multi-workspace, PAT auth) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"linear-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adelaidasofia-linear-mcp"
],
"env": {
"LINEAR_PAT": "<LINEAR_PAT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs