badge mcp server for Grok
io.github.thehomer87/badge-mcp-server
Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.
client:Grok
transport:stdio
runtime:npm
Install badge mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"badge-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@badgeia/mcp-server"
],
"env": {
"BADGE_API_KEY": "<BADGE_API_KEY>",
"BADGE_API_URL": "<BADGE_API_URL>",
"BADGE_WEB_URL": "<BADGE_WEB_URL>"
}
}
}
}
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