AgentHubAgentHub

BrowseAI Dev

MCP ServerMCP Registry官方收录

io.github.BrowseAI-HQ/browseai-dev · v0.4.0

Evidence-backed web research for AI agents with citations and confidence scores.

概览

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

安装

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

{
  "mcpServers": {
    "browseai-dev": {
      "command": "npx",
      "args": [
        "-y",
        "browseai-dev"
      ],
      "env": {
        "BROWSE_API_KEY": "<BROWSE_API_KEY>"
      }
    }
  }
}

环境变量

BROWSE_API_KEY必填secret

BrowseAI Dev API key (get one at https://browseai.dev/dashboard). Required for all API access.

相关资源

统一 Manifest

{
  "id": "io.github.BrowseAI-HQ/browseai-dev",
  "type": "mcp-server",
  "version": "0.4.0",
  "displayName": "BrowseAI Dev",
  "description": "Evidence-backed web research for AI agents with citations and confidence scores.",
  "repository": {
    "url": "https://github.com/BrowseAI-HQ/BrowseAI-Dev",
    "source": "github",
    "subfolder": "apps/mcp"
  },
  "homepage": "https://browseai.dev",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "browseai-dev",
        "version": "0.4.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BROWSE_API_KEY",
            "description": "BrowseAI Dev API key (get one at https://browseai.dev/dashboard). Required for all API access.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.BrowseAI-HQ/browseai-dev",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.BrowseAI-HQ%2Fbrowseai-dev/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
BrowseAI Dev — MCP Server 安装与配置 · AgentHub