wynncraft mcp for Cursor
io.github.mrfentmen/wynncraft-mcp
Keyless MCP server for Wynncraft, the Minecraft MMORPG: player profiles, guilds, and item search.
client:Cursor
transport:stdio
runtime:npm
Install wynncraft mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wynncraft-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wynncraft-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs