Skip to content
Zed

osu! MCP for Zed

io.github.osyanne/osu-mcp

MCP server exposing the osu! API v2: player stats, scores, beatmap search, rankings.

client:Zed transport:stdio runtime:pypi

Install osu! MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "osu-mcp": {
      "command": "uvx",
      "args": [
        "osu-mcp"
      ],
      "env": {
        "OSU_CLIENT_ID": "<OSU_CLIENT_ID>",
        "OSU_CLIENT_SECRET": "<OSU_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

osu! MCP in other clients