Skip to main content
Any AI tool that speaks MCP over HTTP can use BrowserClaw. The pattern is always the same: copy the endpoint URL, drop it into the tool’s own MCP config, restart. The exact syntax varies by tool. Here are the ones we’ve documented so far. First, grab the endpoint URL from BrowserClaw. Open a new tab, click MCP in the sidebar, and click Copy at the top of the page. It looks like this:
Now pick your AI tool below.

Hermes Agent

Hermes Agent from Nous Research supports connecting to external HTTP MCP servers via its YAML config. Full details in Hermes’ MCP docs. Open ~/.hermes/config.yaml and add a mcp_servers entry:
Then reload Hermes:
  • Inside an existing hermes chat session, run /reload-mcp.
  • Or restart Hermes.
Hermes also has a CLI command that adds a server interactively: hermes mcp add browserclaw. Either path works.

Vercel AI SDK

The Vercel AI SDK supports MCP tools via the @ai-sdk/mcp package. Full details in the AI SDK MCP docs. Point the client at BrowserClaw’s endpoint URL, pull the tools, and pass them into streamText or generateText.
The AI SDK docs recommend closing the client once you’re done. In streaming code that means mcpClient.close() inside onFinish. In non-streaming code, use a try / finally block.

OpenClaw

OpenClaw is an open-source personal AI assistant that can act as an MCP client. Full details in OpenClaw’s MCP docs. The fastest path is the CLI:
Or edit ~/.openclaw/openclaw.json directly:
Verify the connection with the built-in doctor:

Any other MCP-compatible AI tool

The pattern is the same: paste http://127.0.0.1:9200/mcp into the AI tool’s own MCP server config, using whatever syntax that tool expects. BrowserClaw’s endpoint uses Streamable HTTP transport (per the current MCP spec), so any client that supports Streamable HTTP works. If you get your AI tool talking to BrowserClaw and want to help others do the same, please open a discussion with the setup steps.

Where to next

How BrowserClaw works

A guided walkthrough from install to your first AI-driven session.

One-click setup

The AI tools we support with one click today.