Overview
Scrappey MCP Server is a Model Context Protocol server that enables AI models to control a browser using Scrappey's web automation and scraping capabilities.
To use the Scrappey MCP Server, you need to obtain a Scrappey API key, set it as an environment variable, and then interact with the server to create sessions, send requests, and perform browser actions.
- Create and manage browser sessions with state persistence. - Send HTTP requests through Scrappey's infrastructure. - Execute various browser actions like clicking, typing, and scrolling. - Automatic handling of anti-bot protections.
- Automating web scraping tasks for data collection.
- Interacting with web applications for testing purposes.
- Performing automated actions on websites that require user interaction.
Add to your AI client
Use these steps to connect Scrappey MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-scrappey-pim97": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-scrappey-pim97"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-scrappey-pim97": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-scrappey-pim97"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-scrappey-pim97": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-scrappey-pim97"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-scrappey-pim97": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-scrappey-pim97"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-scrappey-pim97": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-scrappey-pim97"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-scrappey-pim97": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-scrappey-pim97"
]
}
}
}FAQ
How do I get started with Scrappey MCP Server?
Start by obtaining your Scrappey API key and setting it up in your environment.
What types of browser actions can I perform?
You can perform actions like clicking, typing, scrolling, and more.
Is there support for custom proxies?
Yes, you can specify custom proxies when creating a session.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3757,"uuid":"504bf73e-fe40-44ee-b3ad-e47728da2bcb","name":"mcp-server-scrappey","title":"Scrappey MCP Server","description":"Allow LLMs to control a browser with Scrappey","avatar_url":"https://avatars.githubusercontent.com/u/36156855?v=4","created_at":"2025-03-21T12:41:51.513Z","updated_at":"2025-03-21T13:01:53.767Z","status":"created","author_name":"pim97","author_avatar_url":"https://avatars.githubusercontent.com/u/36156855?v=4","tags":"[]","category":"browser-automation","is_featured":false,"sort":1,"url":"https://github.com/pim97/mcp-server-scrappey","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 14:37:36\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]