maxun (MCP Server)

GitHub

๐Ÿ”ฅ The open-source no-code platform for web scraping, crawling, search and AI data extraction โ€ข Turn websites into structured APIs in minutes ๐Ÿ”ฅ

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "maxun": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-maxun"
      ]
    }
  }
}