インストール不要。2分以内に動きます。
cloud.anythingmcp.com で無料トライアルを開始し、Serply をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。
概要
Serply API を通じて、あらゆる AI エージェントから Google のウェブ、ニュース、Scholar 検索を利用できます。3 つのツール、API キー認証。
こう聞いてみよう
Serply のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Serply をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Serply + Claude
Serply API を通じて、あらゆる AI エージェントから Google のウェブ、ニュース、Scholar 検索を利用できます。3 つのツール、API キー認証。
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
SERPLY_API_KEY
ステップ 1 — 認証情報を取得
This connector wraps the Serply REST API (api.serply.io), which returns Google search results as JSON.
Setup:
- Create an account at https://serply.io (2,500 free credits, no card required) and copy the API key from the dashboard.
- 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)
ステップ 2 — アダプターをインストール
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
ステップ 3 — Claude にコネクタを追加
推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。
- Claude で Customize → Connectors を開きます。
- + をクリックし、Add custom connector を選びます。
- 名前(例:
Serply)とリモート MCP サーバー URLhttps://cloud.anythingmcp.com/mcpを入力し、Add をクリックします。 - Connect をクリックし、AnythingMCP にサインイン(OAuth)してアクセスを許可します。
下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| Tool | What it does |
|---|---|
serply_search | Google web search via Serply |
serply_news | Google News search via Serply |
serply_scholar | Google Scholar search via Serply |
FAQ
Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。
次のステップ
このガイドは役に立ちましたか?