Skip to content
VS Code

googlesearch api for VS Code

com.jojapi/googlesearch-api

GoogleSearch API: Fetch real-time Google Search results including title, links Ideal for serp api.

client:VS Code transport:streamable-http tools:1

Install googlesearch api in VS Code

.vscode/mcp.json

{
  "servers": {
    "googlesearch-api": {
      "type": "http",
      "url": "https://mcp.jojapi.com/googlesearch-api"
    }
  }
}

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

What VS Code can do once it is connected

googlesearch api in other clients