zork mcp for Cursor
io.github.mrfentmen/zork-mcp
Use this MCP server to plays classic text adventure games. The LLM is the player, explore, solve...
client:Cursor
transport:stdio
runtime:npm
Install zork mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zork-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zork-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs