fabric mcp for Grok
io.github.mpzarde/fabric-mcp
MCP server for Fabric AI patterns
client:Grok
transport:stdio
runtime:npm
Install fabric mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fabric-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@angrydad67/fabric-mcp-server"
],
"env": {
"FABRIC_PATH": "<FABRIC_PATH>",
"YTDLP_PATH": "<YTDLP_PATH>"
}
}
}
}
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