mcpbeat Sign in

osu! MCP Server

local only

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.

Installs per day peak 31 · avg 16 · +10% w/w
a month agotoday
110
Installs / week
pypi · osu-mcp
0
Stars
0 open issues
24 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add osu-mcp -- uvx osu-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "osu-mcp": {
      "args": [
        "osu-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.osu-mcp]
command = "uvx"
args = ["osu-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "osu-mcp": {
      "args": [
        "osu-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to osu! MCP

same job, measured the same way
MCP Exa
by daedalus

MCP server exposing Exa websearch API

63 installs/wk local only
Atimelogger MCP
by zaplitny

MCP server exposing the ATimeLogger REST API (activities, reports, types)

40 installs/wk local only
MCP Z3 Prover
by daedalus

MCP server exposing Z3 solver API

47 installs/wk local only
PuckAPI
by noahowsh

The hockey data API. Stats, odds, and everything between. REST API and MCP server.

answering
I
Alibre Design CAD MCP Server
by stephensmitchell

MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.

local only
MCP Hackernews
by yintokey

MCP server exposing a simple Hacker News search tool (top stories).

82 installs/wk local only
Canvas API MCP
by johannsenlum

MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants

258 installs/wk local only
MCP Python Bitcoinlib
by daedalus

An MCP server that exposes the python-bitcoinlib API

61 installs/wk local only

osu! MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for osu! MCP?
osu! MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package osu-mcp was installed 110 times last week.
How do I connect osu! MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls osu-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use osu! MCP?
The pypi package osu-mcp was installed 110 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is osu! MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.