A Claude Code plugin (MCP-server wrapper) that lets Claude delegate coding tasks to xAI's Grok Build CLI — billed via your xAI subscription, not metered API. 9 MCP tools, /grok:* commands.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-grok-build-pl": {
"command": "npx",
"args": [
"-y",
"xzawed/claude-grok-build-plugin"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-grok-build-pl npx -y xzawed/claude-grok-build-plugin
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-grok-build-pl": {
"command": "npx",
"args": [
"-y",
"xzawed/claude-grok-build-plugin"
]
}
}
}
📋 Copy
Topics
ai-coding-assistant claude-code claude-code-plugin developer-tools grok mcp mcp-server model-context-protocol typescript xai