hiddenpalace mcp for Cursor
io.github.mrfentmen/hiddenpalace-mcp
Use this MCP server to hiddenpalace.org, unreleased game prototypes, beta content, and cut...
client:Cursor
transport:stdio
runtime:npm
Install hiddenpalace mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hiddenpalace-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hiddenpalace-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs