Odel
Searchpin — Free Web Search for AI Agents

Searchpin — Free Web Search for AI Agents

Local
@telly625PythonUpdated 1mo ago

Free web search for AI agents — multi-engine parallel search, smart ranking, no sign-up, no limits

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsearchpinv1.0.5

Run

uvx searchpin

MCP client config

{
  "mcpServers": {
    "searchpin-free-web-search-for-ai-agents": {
      "command": "uvx",
      "args": [
        "searchpin"
      ]
    }
  }
}