osu! MCP for Cursor
io.github.osyanne/osu-mcp
MCP server exposing the osu! API v2: player stats, scores, beatmap search, rankings.
client:Cursor
transport:stdio
runtime:pypi
Install osu! MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"osu-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"osu-mcp"
],
"env": {
"OSU_CLIENT_ID": "<OSU_CLIENT_ID>",
"OSU_CLIENT_SECRET": "<OSU_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs