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"
}
}
}
}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
searchSearch the web with semantic understanding. Returns ranked results with titles, URLs, and relevance scores.
| Parameter | Type | Description |
|---|---|---|
queryrequired | string | The search query |
numResults | number | Number of results (default: 5) |
type | string | "neural" or "keyword" |
findSimilarFind pages similar to a given URL or text. Great for discovering related content.
| Parameter | Type | Description |
|---|---|---|
urlrequired | string | URL to find similar content for |
numResults | number | Number of results (default: 5) |
getContentsRetrieve the full text content of specific URLs, optionally with highlights.
| Parameter | Type | Description |
|---|---|---|
urlsrequired | string[] | List of URLs to fetch |
highlights | boolean | Return relevant highlights |
Ready to get started?
Free tier includes 1,000 searches per month. No credit card required.