mcp-browser-world

pandaGaume/mcp-browser-world
★ 0 stars TypeScript 🌐 Browser/Web Updated 1mo ago
This is an experiment in integrating MCP into Babylon.js, with Babylon.js acting as the MCP server.
View on GitHub →

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"
      ]
    }
  }
}