MCP server for executing Autopilot Browser workflows via Claude Desktop and other AI agents.
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"
}
}
}
}Once installed, Claude can:
- Search for available workflows by keyword
- List all available workflows
- Execute workflows with the appropriate inputs
- "Show me all available Autopilot workflows"
- "Search for web scraping workflows"
- "Run the data extraction workflow with URL https://example.com"
Visit Autopilot Browser to sign up and generate your API key.
- Workflow Search: Find workflows by keyword
- Workflow Execution: Run automated browser workflows
- Real-time Results: Get instant feedback from workflow execution
For issues or questions:
- Support: nika@autopilotbrowser.com