Back to MCP directory
publicPublicdnsLocal runtime

mcp-server

这是一个为Claude Desktop等AI代理提供Autopilot Browser工作流执行功能的MCP服务器,支持搜索和运行自动化浏览器工作流。

article

README

🚀 自动驾驶浏览器MCP服务器

这是一个MCP服务器,可通过Claude Desktop和其他AI代理执行自动驾驶浏览器工作流,为自动化浏览器操作提供支持。

🚀 快速开始

📦 安装指南

将以下内容添加到Claude Desktop配置文件中:

  • MacOS~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows%APPDATA%/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "autopilot": {
      "command": "npx",
      "args": ["-y", "@autopilotbrowser/mcp-server"],
      "env": {
        "AUTOPILOT_API_KEY": "your_api_key_here"
      }
    }
  }
}

💻 使用示例

安装完成后,Claude可以进行以下操作:

  1. 通过关键字搜索可用的工作流
  2. 列出所有可用的工作流
  3. 使用适当的输入执行工作流

基础用法

以下是一些示例命令:

  • "Show me all available Autopilot workflows"
  • "Search for web scraping workflows"
  • "Run the data extraction workflow with URL https://example.com"

📚 详细文档

获取API密钥

访问 Autopilot Browser 进行注册并生成你的API密钥。

✨ 主要特性

  • 工作流搜索:通过关键字查找工作流
  • 工作流执行:运行自动化浏览器工作流
  • 实时结果:从工作流执行中获得即时反馈

🔧 技术细节

目前暂未提供相关技术细节。

📄 许可证

文档中未提及相关许可证信息。

📞 支持

如果遇到问题或有疑问,请联系:nika@autopilotbrowser.com 。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client