Connector guide1-minute read9 MCP toolsEN · DE · IT

PinterestをClaudeに接続する方法 — MCP経由

ビジネスAPIを介して、任意のAIエージェントからPinterest(ボード、ピン、検索、広告、オーディエンス)を管理します。9つのツール、OAuth2トークン。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

Pinterest

MCP connector

Pinterest

Manage Pinterest (boards, pins, search, ads, audiences) from any AI agent via Business API. 9 tools, OAuth2 token.

Tools

9

Region

INTL

Category

social

Authentication

OAuth 2.0

Required env vars

PINTEREST_CLIENT_IDPINTEREST_CLIENT_SECRETPINTEREST_REFRESH_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 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 Pinterest 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

ビジネスAPIを介して、任意のAIエージェントからPinterest(ボード、ピン、検索、広告、オーディエンス)を管理します。9つのツール、OAuth2トークン。

こう聞いてみよう

Pinterest のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Pinterest · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要?cloud.anythingmcp.comに直接アクセスしてください。 サインインし、Connectors → Pinterestをクリックして、資格情報を貼り付け、MCP APIキーを生成 — 完了です。Dockerもgit cloneもローカルサーバーも不要です。

Pinterest + Claude

ビジネスAPIを介して、任意のAIエージェントからPinterest(ボード、ピン、検索、広告、オーディエンス)を管理します。9つのツール、OAuth2トークン。

前提条件

コネクタに組み込まれた完全なセットアップ手順を参照してください(コネクタを選択するとアプリ内ストアで表示されます)。このコネクタに必要な環境変数は次のとおりです:

PINTEREST_CLIENT_ID, PINTEREST_CLIENT_SECRET, PINTEREST_REFRESH_TOKEN

ステップ 1 — 資格情報を取得する

このコネクタはPinterest Business API v5 (api.pinterest.com/v5)をラップしています。

セットアップ — OAuth2:

  1. https://developers.pinterest.com で登録 → アプリを作成
  2. リダイレクトURIを設定し、https://www.pinterest.com/oauth/?response_type=code&client_id=...&redirect_uri=...&scope=boards:read,boards:write,pins:read,pins:write,user_accounts:readでOAuthフローを実行します。
  3. https://api.pinterest.com/v5/oauth/tokenでコードを交換します。
  4. PINTEREST_CLIENT_ID, PINTEREST_CLIENT_SECRET, PINTEREST_REFRESH_TOKENを設定します。

認証: リフレッシュ付きOAuth2 — エンジンが処理します。Authorization: Bearer ACCESS_TOKENを送信します。

…(アプリ内コネクタの指示に続く)

ステップ 2 — アダプタをインストールする

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ 3 — Claudeにコネクタを追加する

推奨パス — claude.ai webで動作し、設定ファイルを編集する必要はありません。

  1. **claude.ai/customize/connectors**を開きます。
  2. **"カスタムコネクタを追加"**をクリックします。
  3. 次の情報を入力します:
    • 名前: Pinterest
    • URL: https://cloud.anythingmcp.com/mcp
    • 認証: ベアラートークン → あなたのMCP APIキーを貼り付けます(AnythingMCP → プロフィール → MCP APIキー → 新しいキー
  4. 接続をクリックして認証します。

以下のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

ツール何をするか
pinterest_user_account認証されたユーザーのアカウントを取得します(ユーザー名、アカウントタイプ、プロフィール画像、ボード数、フォロワー数)
pinterest_list_boards認証されたユーザーのボードをリストします
pinterest_get_boardセクションとピンのカウントを含む単一のボードを取得します
pinterest_create_boardボードを作成します
pinterest_list_board_pinsボード内のピンをリストします
pinterest_get_pin完全なメディア情報を持つ単一のピンを取得します
pinterest_create_pin外部画像URLからボードにピンを作成します
pinterest_delete_pinピンを削除します
pinterest_search_pins認証されたユーザーのピンを(すべてのボードにわたって)自由形式のクエリで検索します

FAQ

Claude CodeとClaude Desktopの両方で動作しますか? はい — 両方ともhttps://cloud.anythingmcp.com/mcpを指します。

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Your Pinterest agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

関連ガイド