MCP server for the @agentutility browser-workflow cluster — pay-per-call x402 tools, no API keys…
claude mcp add mcp-browser-workflow -- npx -y @agentutility/mcp-browser-workflow
claude_desktop_config.json
{
"mcpServers": {
"mcp-browser-workflow": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-browser-workflow": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-browser-workflow": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-browser-workflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-browser-workflow": {
"command": "npx",
"args": [
"-y",
"@agentutility/mcp-browser-workflow"
]
}
}
}
Did the job but rate limits kicked in under heavy use.
Reliable across a long session; no dropped connections.
Great docs mapping to real tool behavior. Auth was painless.
Solid tool — did exactly what the schema promised on the first call.
Great docs mapping to real tool behavior. Auth was painless.
Solid tool — did exactly what the schema promised on the first call.
POST /mcp