Back to MCP Servers

Olostep

Web scraping, crawling, and search API. Extract content in Markdown/JSON, batch process 10k URLs, and get AI-powered answers with citations.

browser-automationscrapingapiai

Installation

npx -y olostep-mcp-server

Configuration

{
  "mcpServers": {
    "olostep-mcp-server": {
      "command": "npx",
      "args": ["-y", "olostep-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub