m

mcp-server

@autopilotbrowser/mcp-server
0 Stars 180 次浏览 autopilotbrowser 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "autopilot": {
      "args": [
        "-y",
        "@autopilotbrowser/mcp-server"
      ],
      "command": "npx",
      "env": {
        "AUTOPILOT_API_KEY": "your_api_key_here"
      }
    }
  }
}

服务介绍

Autopilot Browser MCP Server

MCP server for executing Autopilot Browser workflows via Claude Desktop and other AI agents.

Installation

Add this to your Claude Desktop configuration file:

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"
      }
    }
  }
}

Usage

Once installed, Claude can:

  1. Search for available workflows by keyword
  2. List all available workflows
  3. Execute workflows with the appropriate inputs

Example Commands

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

Getting an API Key

Visit Autopilot Browser to sign up and generate your API key.

Features

  • Workflow Search: Find workflows by keyword
  • Workflow Execution: Run automated browser workflows
  • Real-time Results: Get instant feedback from workflow execution

Support

For issues or questions:

相关 MCP 服务