AgentHubAgentHub

sendblue-browser-mcp

MCP ServerMCP Registry官方收录

io.github.sendblue-api/sendblue-browser-mcp · v0.2.3

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

概览

sendblue-browser-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "sendblue-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ],
      "env": {
        "BROWSER_USE_API_KEY": "<BROWSER_USE_API_KEY>"
      }
    }
  }
}

环境变量

BROWSER_USE_API_KEY必填secret

Bearer token the sendblue-browser-use daemon was started with.

BROWSER_USE_URL可选

Base URL of the sendblue-browser-use daemon.

相关资源

统一 Manifest

{
  "id": "io.github.sendblue-api/sendblue-browser-mcp",
  "type": "mcp-server",
  "version": "0.2.3",
  "displayName": "sendblue-browser-mcp",
  "description": "Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.",
  "repository": {
    "url": "https://github.com/sendblue-api/sendblue-browser-use",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "sendblue-browser-mcp",
        "version": "0.2.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BROWSER_USE_API_KEY",
            "description": "Bearer token the sendblue-browser-use daemon was started with.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "BROWSER_USE_URL",
            "description": "Base URL of the sendblue-browser-use daemon."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.sendblue-api/sendblue-browser-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sendblue-api%2Fsendblue-browser-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
sendblue-browser-mcp — MCP Server 安装与配置 · AgentHub