xbridge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xbridge-mcpsearch the web for latest tech news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xBridge MCP
Grok inside Claude Code. Free. Open source. BYOK.
xBridge MCP is a lightweight, self-hosted MCP server that exposes the full power of xAI Grok (including grok-4.20 models) directly inside Claude Code and other MCP clients.
Why xBridge?
Full access to Grok-4.20 family (1M context, reasoning, multi-agent); default model
grok-4.319 tools: chat, web/X search, sessions, chains, image gen/edit, video gen, docs, model listing
Free and open source — self-host with your xAI API key (BYOK), no xBridge call limits
You control your own API key (BYOK)
No telemetry, no middleman
Self-host is free forever. A managed Pro tier (prebuilt Docker image + support) is also available — see xbridgemcp.com for pricing.
Related MCP server: grok-mcp
Installation
Docker (Recommended)
docker pull nexuswedge/xbridge-mcp:latest
docker run -e XAI_API_KEY=your_key nexuswedge/xbridge-mcp:latestpip
pip install xbridge-mcp
XAI_API_KEY=your_key xbridge-mcpConfiguration (Claude Code)
Add to your Claude Code config:
{
"mcpServers": {
"xbridge": {
"command": "xbridge-mcp",
"env": {
"XAI_API_KEY": "your_xai_key_here"
}
}
}
}Available Tools (19)
Group | Tools |
Chat |
|
Search |
|
Sessions |
|
Chains |
|
Images |
|
Video |
|
Docs |
|
Models |
|
Links
Product site: https://xbridgemcp.com
Docker Hub: https://hub.docker.com/r/nexuswedge/xbridge-mcp
Release: https://github.com/hrco/xbridge-mcp/releases/tag/v3.0.0
Not affiliated with or endorsed by xAI.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hrco/xbridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server