Servers
google-search-mcp-server
@eggplantiny
google search model context server with fetch api (unofficial)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-search-mcp-server-eggplantiny": {
"command": "npx",
"args": [
"esno",
"src/playground.ts"
]
}
}
}