Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Serp MCPNew to Visual Studio Code? Get it now.
Serp MCP

Serp MCP

AceDataCloud

| (0) | Free
Google Search via SERP API - Web, Images, News, Videos, Maps and more via Ace Data Cloud API
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Serp MCP

Google Search via SERP API - Web, Images, News, Videos, Maps and more via Ace Data Cloud API

This extension provides a Model Context Protocol (MCP) server for VS Code, enabling AI assistants like GitHub Copilot to interact with Google Search directly.

Features

  • 11 tools available for AI assistants
  • Zero-install: Uses uvx for automatic package management
  • Works with GitHub Copilot, Claude, and other MCP-compatible AI assistants

Prerequisites

  1. Python 3.10+ with uvx (from uv) installed
  2. Ace Data Cloud API Token — Get one at platform.acedata.cloud

Setup

  1. Install this extension from the VS Code Marketplace
  2. When prompted, enter your Ace Data Cloud API token
  3. The MCP server will be available to AI assistants automatically

You can also manually configure the token in your VS Code settings (.vscode/mcp.json):

{
  "servers": {
    "serp": {
      "command": "uvx",
      "args": ["mcp-serp"],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "your-token-here"
      }
    }
  }
}

Links

  • PyPI Package
  • Source Code
  • Ace Data Cloud Platform
  • API Documentation

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft