shadey-mcp
v0.2.0
Published
MCP server for Shadey — stealth browser sessions for AI agents
Maintainers
Readme
Shadey MCP Server
Stealth browser for AI agents. Bypasses Cloudflare, DataDome, and every anti-bot system.
Setup
npm install @anthropic-ai/shadey-mcpSet your API key:
export SHADEY_API_KEY=sk_your_keyClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"shadey": {
"command": "npx",
"args": ["@anthropic-ai/shadey-mcp"],
"env": {
"SHADEY_API_KEY": "sk_your_key"
}
}
}
}Tools
| Tool | Description |
|------|-------------|
| browse | Navigate to any URL through a stealth browser |
| extract | Extract data using CSS selectors |
| screenshot | Take a screenshot of the current page |
| evaluate | Run JavaScript in the page |
| content | Get full page HTML |
| click | Click with human-like mouse movement |
| type_text | Type with realistic keystroke timing |
| scroll | Scroll with natural momentum |
| close_session | Close browser and destroy all data |
Example
Ask Claude: "Go to github.com/torvalds and tell me about his pinned repositories"
Claude will use the browse tool to navigate, then extract to pull data — all through a stealth browser that passes anti-bot detection.
Get an API key
Sign up at shadey.dev
