Outline MCP Server for Grok
io.github.vortiago/mcp-outline
Connect AI assistants to Outline for document search, reading, and management
client:Grok
transport:stdio
runtime:pypi
Install Outline MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-outline": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-outline"
],
"env": {
"OUTLINE_API_KEY": "<OUTLINE_API_KEY>",
"OUTLINE_API_URL": "<OUTLINE_API_URL>"
}
}
}
}
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