conduitAI for Grok
io.github.akbaraziz/conduitai
Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.
client:Grok
transport:stdio
runtime:npm
Install conduitAI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"conduitai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
],
"env": {
"CONDUITAI_TOKEN": "<CONDUITAI_TOKEN>"
}
}
}
}
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