No install? Use cloud.anythingmcp.com directly.
Sign in, install the Pinterest in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Pinterest をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Pinterest + Claude
Manage Pinterest (boards, pins, search, ads, audiences) from any AI agent via Business API. 9 tools, OAuth2 token.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
PINTEREST_CLIENT_ID, PINTEREST_CLIENT_SECRET, PINTEREST_REFRESH_TOKEN
ステップ 1 — 認証情報を取得
This connector wraps the Pinterest Business API v5 (api.pinterest.com/v5).
Setup — OAuth2:
- Register at https://developers.pinterest.com → Create app.
- Configure redirect URI, run the OAuth flow at
https://www.pinterest.com/oauth/?response_type=code&client_id=...&redirect_uri=...&scope=boards:read,boards:write,pins:read,pins:write,user_accounts:read. - Exchange the code at
https://api.pinterest.com/v5/oauth/token. - Set
PINTEREST_CLIENT_ID,PINTEREST_CLIENT_SECRET,PINTEREST_REFRESH_TOKEN.
Authentication: OAuth2 with refresh — engine handles. Sends Authorization: Bearer ACCESS_TOKEN.
…(continued in the in-app connector instructions)
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — Claude にコネクタを追加
推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。
- claude.ai/customize/connectors を開きます。
- "Add custom connector" をクリック。
- 入力:
- Name:
Pinterest - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Connect をクリックして認可。
下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| Tool | What it does |
|---|---|
pinterest_user_account | Get the authenticated user's account (username, account_type, profile_image, board_count, follower_count) |
pinterest_list_boards | List the authenticated user's boards |
pinterest_get_board | Get a single board with section + pin counts |
pinterest_create_board | Create a board |
pinterest_list_board_pins | List pins in a board |
pinterest_get_pin | Get a single pin with full media info |
pinterest_create_pin | Create a pin on a board from an external image URL |
pinterest_delete_pin | Delete a pin |
pinterest_search_pins | Search the authenticated user's pins (across all their boards) by free-text query |
FAQ
Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。