Connector guide2-minute read7 languages

How to Connect Serply to Claude — via MCP

Google web, news and Scholar search from any AI agent via the Serply API. 3 tools, API-key auth.

HCBy HelpCode teamUpdated 2 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the connector in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Google web, news and Scholar search from any AI agent via the Serply API. 3 tools, API-key auth.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Serply, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Serply + Claude

Google web, news and Scholar search from any AI agent via the Serply API. 3 tools, API-key auth.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

SERPLY_API_KEY

Step 1 — Get credentials

This connector wraps the Serply REST API (api.serply.io), which returns Google search results as JSON.

Setup:

  1. Create an account at https://serply.io (2,500 free credits, no card required) and copy the API key from the dashboard.
  2. Set SERPLY_API_KEY.

Authentication: the key is sent as the X-Api-Key header on every call, so it never appears in a logged URL.

…(continued in the in-app connector instructions)

Step 2 — Install the adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Add the connector in Claude

Recommended path — works on claude.ai web without editing any config file.

  1. In Claude, open Customize → Connectors.
  2. Click +, then Add custom connector.
  3. Enter a name, e.g. Serply, and the remote MCP server URL https://cloud.anythingmcp.com/mcp, then click Add.
  4. Click Connect and sign in to AnythingMCP (OAuth) to allow access.

All tools below appear in your chat — start typing prompts.

Available tools

ToolWhat it does
serply_searchGoogle web search via Serply
serply_newsGoogle News search via Serply
serply_scholarGoogle Scholar search via Serply

FAQ

Does it work with Claude Code as well as Claude Desktop? Yes — point both at https://cloud.anythingmcp.com/mcp.

Next steps

Was this guide helpful?

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

Related guides