runescape mcp for Cursor
io.github.mrfentmen/runescape-mcp
RuneScape hiscores, OSRS stats, and Grand Exchange prices.
client:Cursor
transport:stdio
runtime:npm
Install runescape mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"runescape-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"runescape-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs