osu! MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from pypi. Last commit 24 May 2026.
MCP server exposing the osu! API v2: player stats, scores, beatmap search, rankings.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add osu-mcp -- uvx osu-mcp
{
"mcpServers": {
"osu-mcp": {
"args": [
"osu-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.osu-mcp]
command = "uvx"
args = ["osu-mcp"]
{
"mcpServers": {
"osu-mcp": {
"args": [
"osu-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"osu-mcp": {
"args": [
"osu-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.