Microsoft×The Build Logo

NLWEB Search

Natural language web search powered by NLWEB and Cloudflare AI Search with AutoRAG (Automated Retrieval-Augmented Generation).

Quick Install

One-click installation for supported clients

Manual Setup

1

Choose Your Client

Select from Claude Desktop, Claude Code, Cursor, Goose, or other MCP clients

2

Add MCP Server

Copy the configuration from the MCP Client Configuration section below

3

Start Searching

Use natural language to search documentation with AI agents

Try It Now

Search using natural language - the AI understands what you're looking for

Try these examples:

MCP Client Configuration

Configuration File Locations

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

Add This Configuration

{
  "mcpServers": {
    "autorag-nlweb": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://autorag.buildaipod.com/mcp"]
    }
  }
}