PluginBench
MCP Server

Outscraper MCP Server MCP Server

io.github.outscraper/outscraper-mcp-server

What is the Outscraper MCP Server MCP server?

Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.

How to install Outscraper MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OUTSCRAPER_API_KEY
    required
    secret

    Your Outscraper API key. Required for authenticated tool calls in stdio mode and for non-cloud HTTP deployments.

  • CLOUD_SERVICE

    Set to true to require the API key from Authorization or X-API-KEY headers in HTTP mode

  • HTTP_STREAMABLE_SERVER

    Set to true to run the server over stateless Streamable HTTP instead of stdio

  • SSE_LOCAL

    Set to true to run a local stateful HTTP/SSE mode with session management

  • HTTP_STATEFUL_SERVER

    Alternative flag for enabling stateful HTTP session mode

  • HOST

    HTTP bind host used when HTTP_STREAMABLE_SERVER=true

  • PORT

    HTTP bind port used when HTTP_STREAMABLE_SERVER=true

  • X-OUTSCRAPER-API-KEY
    required
    secret

    Your Outscraper API key.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "outscraper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
        "CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
        "HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
        "SSE_LOCAL": "<YOUR_SSE_LOCAL>",
        "HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
        "HOST": "<YOUR_HOST>",
        "PORT": "<YOUR_PORT>",
        "X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "outscraper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
        "CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
        "HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
        "SSE_LOCAL": "<YOUR_SSE_LOCAL>",
        "HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
        "HOST": "<YOUR_HOST>",
        "PORT": "<YOUR_PORT>",
        "X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "outscraper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
        "CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
        "HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
        "SSE_LOCAL": "<YOUR_SSE_LOCAL>",
        "HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
        "HOST": "<YOUR_HOST>",
        "PORT": "<YOUR_PORT>",
        "X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "outscraper-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
        "CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
        "HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
        "SSE_LOCAL": "<YOUR_SSE_LOCAL>",
        "HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
        "HOST": "<YOUR_HOST>",
        "PORT": "<YOUR_PORT>",
        "X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add outscraper-mcp-server --env OUTSCRAPER_API_KEY=<YOUR_OUTSCRAPER_API_KEY> --env CLOUD_SERVICE=<YOUR_CLOUD_SERVICE> --env HTTP_STREAMABLE_SERVER=<YOUR_HTTP_STREAMABLE_SERVER> --env SSE_LOCAL=<YOUR_SSE_LOCAL> --env HTTP_STATEFUL_SERVER=<YOUR_HTTP_STATEFUL_SERVER> --env HOST=<YOUR_HOST> --env PORT=<YOUR_PORT> --env X-OUTSCRAPER-API-KEY=<YOUR_X_OUTSCRAPER_API_KEY> -- npx -y outscraper-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →