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.
Summary
Manage Pinterest (boards, pins, search, ads, audiences) from any AI agent via Business API. 9 tools, OAuth2 token.
Frag einfach
Beispiel-Prompts für Pinterest
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Pinterest klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Manage Pinterest (boards, pins, search, ads, audiences) from any AI agent via Business API. 9 tools, OAuth2 token.
Einrichtung
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)
Voraussetzungen: PINTEREST_CLIENT_ID, PINTEREST_CLIENT_SECRET, PINTEREST_REFRESH_TOKEN
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle Pinterest und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| 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 |
Nächste Schritte
War dieser Guide hilfreich?