osu! MCP for Grok
io.github.osyanne/osu-mcp
MCP server exposing the osu! API v2: player stats, scores, beatmap search, rankings.
client:Grok
transport:stdio
runtime:pypi
Install osu! MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"osu-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"osu-mcp"
],
"env": {
"OSU_CLIENT_ID": "<OSU_CLIENT_ID>",
"OSU_CLIENT_SECRET": "<OSU_CLIENT_SECRET>"
}
}
}
}
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