Skip to content
VS Code

JxBrowser MCP Server for VS Code

io.github.teamdev-ip/jxbrowser-mcp

MCP server to assist with JxBrowser development.

client:VS Code transport:streamable-http tools:2

Install JxBrowser MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "jxbrowser-mcp": {
      "type": "http",
      "url": "https://jxbrowser.mcp.teamdev.com/"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

JxBrowser MCP Server in other clients