Search web engines with a fast Rust API and MCP server that returns normalized results without paid search keys
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sosearch": {
"command": "npx",
"args": [
"-y",
"rishab-7701/SoSearch"
]
}
}
}
Run in terminal:
claude mcp add sosearch npx -y rishab-7701/SoSearch
Add to .cursor/mcp.json:
{
"mcpServers": {
"sosearch": {
"command": "npx",
"args": [
"-y",
"rishab-7701/SoSearch"
]
}
}
}