MCP server for Olostep — the web scraping, crawling, and search infrastructure used by top AI companies. Gives any MCP-compatible AI agent the ability to scrape, crawl, batch-extract, and search the web in real time.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"olostep-mcp-server": {
"command": "npx",
"args": [
"-y",
"olostep/olostep-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add olostep-mcp-server npx -y olostep/olostep-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"olostep-mcp-server": {
"command": "npx",
"args": [
"-y",
"olostep/olostep-mcp-server"
]
}
}
}
📋 Copy
Topics
ai ai-agent data-collection llm-tools mcp mcp-scraper mcp-search mcp-server model-context-protocol olostep-ai scraping search web-crawling web-scraping web-search