JxBrowser MCP Server for Claude Desktop
io.github.teamdev-ip/jxbrowser-mcp
MCP server to assist with JxBrowser development.
client:Claude Desktop
transport:streamable-http
tools:2
Install JxBrowser MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jxbrowser-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://jxbrowser.mcp.teamdev.com/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs