Standalone MCP server for Exa/Parallel free web search. Works with Cursor, Claude Code, Cline, Continue, opencode, and any MCP-compatible AI client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"websearch-mcp-server": {
"command": "npx",
"args": [
"-y",
"clint419/websearch-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add websearch-mcp-server npx -y clint419/websearch-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"websearch-mcp-server": {
"command": "npx",
"args": [
"-y",
"clint419/websearch-mcp-server"
]
}
}
}