rosh mcp for Cursor
io.github.rosh-studio/rosh-mcp
Create interactive web apps, games, and 3D scenes using Rosh — a plain-English language
client:Cursor
transport:stdio
runtime:pypi
Install rosh mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rosh-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rosh-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs