MCP server bridging OVERDARE Studio's local RPC (13377) + UE Remote Control (30010) so AI agents can browse, edit, script, playtest, and publish OVERDARE games.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"overdare-mcp": {
"command": "npx",
"args": [
"-y",
"Seungpyo1007/overdare-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add overdare-mcp npx -y Seungpyo1007/overdare-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"overdare-mcp": {
"command": "npx",
"args": [
"-y",
"Seungpyo1007/overdare-mcp"
]
}
}
}
📋 Copy