Connector guide1-minute read9 MCP toolsEnglish · Deutsch · Italiano

如何将 Pinterest 连接到 Cursor — 通过 MCP

通过 Business 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

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

TL;DR

通过 Business API 从任何 AI 代理管理 Pinterest(板块、图钉、搜索、广告、受众)。9 个工具,OAuth2 令牌。

💡 无需安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Pinterest,粘贴您的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Pinterest + Cursor

通过 Business 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,运行 OAuth 流程 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. 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
    • 认证: Bearer 令牌 → 粘贴您的 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通过自由文本查询搜索经过身份验证的用户的图钉(跨所有板块)

常见问题

它是否同时适用于 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 Cursor. Free for 7 days, no credit card.

相关指南