MCP Server

RunoxAI MCP Server

Use RunoxAI search directly inside Claude, Cursor, and any MCP-compatible AI. One install, instant web access for your AI.

Set up in 2 minutes

Add RunoxAI to your MCP config file

claude_desktop_config.json
{
  "mcpServers": {
    "runoxai": {
      "command": "npx",
      "args": ["-y", "@runoxai/mcp-server"],
      "env": {
        "RUNOXAI_API_KEY": "rx-your-key-here"
      }
    }
  }
}
1

Get API key

Sign up free and generate an API key from your dashboard.

Get started →
2

Add to config

Copy the config above into your MCP client settings.

3

Start searching

Ask your AI to search the web — RunoxAI handles the rest.

Available tools

RunoxAI exposes these tools to your AI

search

Search the web with semantic understanding. Returns ranked results with titles, URLs, and relevance scores.

ParameterTypeDescription
queryrequired
stringThe search query
numResults
numberNumber of results (default: 5)
type
string"neural" or "keyword"
findSimilar

Find pages similar to a given URL or text. Great for discovering related content.

ParameterTypeDescription
urlrequired
stringURL to find similar content for
numResults
numberNumber of results (default: 5)
getContents

Retrieve the full text content of specific URLs, optionally with highlights.

ParameterTypeDescription
urlsrequired
string[]List of URLs to fetch
highlights
booleanReturn relevant highlights

Ready to get started?

Free tier includes 1,000 searches per month. No credit card required.