Connector guide2-minute read9 MCP toolsEnglish · Deutsch · Italiano

Как подключить Pinterest к Claude — через MCP

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

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

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

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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Pinterest, вставьте учётные данные, создайте MCP API key — готово. Без 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:

  1. Register at https://developers.pinterest.comCreate app.
  2. 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.
  3. Exchange the code at https://api.pinterest.com/v5/oauth/token.
  4. 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 без редактирования конфигурационных файлов.

  1. Откройте claude.ai/customize/connectors.
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Pinterest
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

Доступные инструменты

ToolWhat it does
pinterest_user_accountGet the authenticated user's account (username, account_type, profile_image, board_count, follower_count)
pinterest_list_boardsList the authenticated user's boards
pinterest_get_boardGet a single board with section + pin counts
pinterest_create_boardCreate a board
pinterest_list_board_pinsList pins in a board
pinterest_get_pinGet a single pin with full media info
pinterest_create_pinCreate a pin on a board from an external image URL
pinterest_delete_pinDelete a pin
pinterest_search_pinsSearch the authenticated user's pins (across all their boards) by free-text query

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.