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:
- Inside an existing
hermes chatsession, run/reload-mcp. - Or restart Hermes.
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.
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:~/.openclaw/openclaw.json directly:
Any other MCP-compatible AI tool
The pattern is the same: pastehttp://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.
