This is an experiment in integrating MCP into Babylon.js, with Babylon.js acting as the MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-browser-world": {
"command": "npx",
"args": [
"-y",
"pandaGaume/mcp-browser-world"
]
}
}
}
Run in terminal:
claude mcp add mcp-browser-world npx -y pandaGaume/mcp-browser-world
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-browser-world": {
"command": "npx",
"args": [
"-y",
"pandaGaume/mcp-browser-world"
]
}
}
}