Provides tools for web and local search functionality using the Brave Search API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Nexus - Cloudflare WorkersResearch the current market trends for humanoid robots in 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Nexus - Cloudflare Workers
One-click deployment of MCP Nexus to Cloudflare's free tier. This provides a unified MCP server for Tavily and Brave Search APIs with automatic API key rotation.
Features
Zero-cost hosting on Cloudflare Workers free tier
D1 Database for persistent storage (automatic provisioning)
Encrypted API keys with Web Crypto API
Admin UI included - Full web interface for managing keys and tokens
7 MCP tools: tavily_search, tavily_extract, tavily_crawl, tavily_map, tavily_research, brave_web_search, brave_local_search
Deploy
Option 1: One-Click Deploy
Click the button above and follow the prompts. You'll be asked to:
Authorize Cloudflare to access your GitHub (fork will be created)
Configure secrets:
ADMIN_API_TOKEN: Token for admin API access (generate withopenssl rand -hex 32)KEY_ENCRYPTION_SECRET: Key for encrypting API keys (generate withopenssl rand -base64 32)
Option 2: Manual Deploy
Post-Deployment Setup
After deployment, you need to add API keys and create client tokens.
1. Add Tavily API Keys
2. Add Brave API Keys (Optional)
3. Create Client Token
Save the returned token - it's only shown once.
MCP Client Configuration
Claude Desktop / Cline
Direct HTTP
API Endpoints
Endpoint | Auth | Description |
| Client Token | MCP JSON-RPC endpoint |
| None | Health check |
| Admin Token | List Tavily keys |
| Admin Token | Add Tavily key |
| Admin Token | Delete Tavily key |
| Admin Token | List Brave keys |
| Admin Token | Add Brave key |
| Admin Token | Delete Brave key |
| Admin Token | List client tokens |
| Admin Token | Create client token |
| Admin Token | Revoke client token |
| Admin Token | Get settings |
| Admin Token | Update settings |
| Admin Token | View usage logs |
Local Development
Architecture
License
MIT