osu! MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from pypi. Last commit 24 May 2026.
MCP server exposing the osu! API v2: player stats, scores, beatmap search, rankings.
Today is the operative word: we check osu! MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
This one needs environment variables set before it will start:
OSU_CLIENT_ID (Numeric Client ID from your osu! OAuth application (https://osu.ppy.sh/home/account/edit).), OSU_CLIENT_SECRET (Client Secret from the same osu! OAuth application.).
The author declared them in the registry entry; get the values from the project itself.
MCP server exposing Exa websearch API
MCP server exposing the ATimeLogger REST API (activities, reports, types)
MCP server exposing Z3 solver API
The hockey data API. Stats, odds, and everything between. REST API and MCP server.
MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.
MCP server exposing a simple Hacker News search tool (top stories).
MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants
An MCP server that exposes the python-bitcoinlib API
Answers built from our own checks of this server.