websearch-mcp-server
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., "@websearch-mcp-serversearch for top programming languages in 2025"
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.
websearch-mcp-server
Standalone MCP server for Exa/Parallel free web search. Works with Cursor, Claude Code, Cline, Continue, opencode, and any MCP-compatible AI client.
Install
From npm (recommended)
npm install -g websearch-mcp-serverFrom source
git clone https://github.com/your-user/websearch-mcp-server.git
cd websearch-mcp-server
npm install
npm run buildRelated MCP server: Parallel Search MCP
Configure
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"websearch": {
"command": "npx",
"args": ["-y", "websearch-mcp-server"],
"env": {
"WEBSEARCH_PROVIDER": "exa"
}
}
}
}Claude Code
Add to ~/.claude/mcp.json:
{
"mcpServers": {
"websearch": {
"command": "npx",
"args": ["-y", "websearch-mcp-server"],
"env": {
"WEBSEARCH_PROVIDER": "exa"
}
}
}
}Cline / Continue
Same pattern. Add to their MCP config with the command above.
Local development
If running from source instead of npm:
{
"command": "npx",
"args": ["tsx", "/path/to/websearch-mcp-server/src/server.ts"]
}Environment Variables
Variable | Values | Default | Description |
|
|
| Which upstream to use |
| string | (none) | Optional Exa API key |
| string | (none) | Optional Parallel API key |
Tool
websearch - Search the web
Parameter | Type | Required | Default | Description |
| string | yes | - | Search query |
| number | no | 8 | Number of results (max: 20) |
| string | no |
|
|
| string | no |
|
|
| number | no | 10000 | Max context chars for LLM |
How It Works
AI Client (Cursor/Claude Code/etc.)
↓ stdio JSON-RPC
[websearch-mcp-server]
↓ HTTP POST JSON-RPC 2.0
Exa / Parallel remote MCP endpoint
↓ results
[websearch-mcp-server] → AI ClientNo API key required by default (uses free tier)
25s timeout per request
Supports both JSON and SSE response formats
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clint419/websearch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server