sheepbot-mcp
v0.2.2
Published
Native SheepBot MCP server for browser automation and web reverse analysis
Downloads
16
Maintainers
Readme
sheepbot-mcp
Windows x64 npm distribution of the native Rust SheepBot MCP STDIO server. It exposes SheepBot browser automation and web reverse-analysis actions to MCP clients while keeping JSON-RPC traffic on standard input and standard output.
Run with npx
npx -y sheepbot-mcpConfigure Codex:
codex mcp add sheepbot -- npx -y sheepbot-mcpEquivalent config.toml configuration:
[mcp_servers.sheepbot]
command = "npx"
args = ["-y", "sheepbot-mcp"]Generic MCP client configuration:
{
"mcpServers": {
"sheepbot": {
"command": "npx",
"args": ["-y", "sheepbot-mcp"]
}
}
}The SheepBot Bridge and Chrome extension must be running before browser tools
are called. The Bridge defaults to http://127.0.0.1:9527.
Environment
SHEEPBOT_BRIDGE_URLSHEEPBOT_BRIDGE_HOSTSHEEPBOT_BRIDGE_PORTSHEEPBOT_MCP_HTTP_TIMEOUT_SECS
The package embeds the native executable. It does not download or compile code during installation and does not depend on the caller's current directory.
Project documentation: https://github.com/lmxy1990/SheepBot-V3
