@agentbox/mcp-server
v3.1.2
Published
AgentBox MCP Server — Remote browser sessions for AI agents
Downloads
468
Maintainers
Readme
AgentBox MCP Server
Give your AI agents access to remote browsers — powered by AgentBox.
Quick Start
1. Get an API Key
Sign up at agent-box.io and create an API key from your dashboard.
2. Configure Your Agent
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"agentbox": {
"command": "npx",
"args": ["-y", "@agentbox/mcp-server@latest"],
"env": {
"AGENTBOX_API_KEY": "sk_live_your_key_here",
"AGENTBOX_API_URL": "https://agent-box.io"
}
}
}
}Restart Claude Desktop and your agent will have access to a remote browser.
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| AGENTBOX_API_KEY | Yes | Your API key from agent-box.io |
| AGENTBOX_API_URL | No | AgentBox API URL (default: https://agent-box.io) |
| LOG_LEVEL | No | Logging verbosity: DEBUG, INFO, WARN, ERROR, NONE (default: INFO) |
Support
Reach out at [email protected] or visit agent-box.io.
License
MIT
