Skip to content
VS Code

Olostep MCP Server for VS Code

io.github.olostep/olostep-mcp-server

Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.

client:VS Code transport:stdio runtime:npm

Install Olostep MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "olostep-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "olostep-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Olostep MCP Server in other clients