Skip to content
VS Code

Searchpin — Free Web Search for AI Agents for VS Code

io.github.telly6/searchpin

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

client:VS Code transport:stdio runtime:pypi

Install Searchpin — Free Web Search for AI Agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "searchpin": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "searchpin"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Searchpin — Free Web Search for AI Agents in other clients