Agent Blueprint for Grok
io.github.agent-blueprint/mcp-server
Explore and download AI agent blueprints as Agent Skills directories for coding agents
client:Grok
transport:stdio
runtime:npm
Install Agent Blueprint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<AGENT_BLUEPRINT_API_KEY>"
}
}
}
}
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