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.
TL;DR
Manage Pinterest (boards, pins, search, ads, audiences) from any AI agent via Business API. 9 tools, OAuth2 token.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Pinterest, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Pinterest + Cursor
Manage Pinterest (boards, pins, search, ads, audiences) from any AI agent via Business API. 9 tools, OAuth2 token.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
PINTEREST_CLIENT_ID, PINTEREST_CLIENT_SECRET, PINTEREST_REFRESH_TOKEN
Step 1 — Ottieni le credenziali
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)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in Cursor
Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
- Salva il file e riavvia Cursor.
- Apri Cursor → Impostazioni → MCP per verificare che
Pinterestsia presente e "Connected". - Inizia a chattare — tutti gli strumenti di
Pinterestsono ora invocabili.
Tool disponibili
| 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
Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.
Prossimi passi
Questa guida ti è stata utile?