pskill9/web-search
An MCP server that enables free web searching using Google search results, with no API keys required.
Quick Start
Clone the repository:
git clone https://github.com/pskill9/web-searchClaude Desktop configuration example:
{
"mcpServers": {
"web-search": {
"command": "npx",
"args": [
"-y",
"pskill9/web-search"
]
}
}
}Check the repository README for specific installation and configuration instructions.