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
通过 Business API 从任何 AI 代理管理 Pinterest(板块、图钉、搜索、广告、受众)。9 个工具,OAuth2 令牌。
试试这样问
Pinterest 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Pinterest,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
通过 Business API 从任何 AI 代理管理 Pinterest(板块、图钉、搜索、广告、受众)。9 个工具,OAuth2 令牌。
设置
此连接器封装了 Pinterest Business API v5 (api.pinterest.com/v5)。
设置 — OAuth2:
- 在 https://developers.pinterest.com 注册 → 创建应用。
- 配置重定向 URI,在
https://www.pinterest.com/oauth/?response_type=code&client_id=...&redirect_uri=...&scope=boards:read,boards:write,pins:read,pins:write,user_accounts:read运行 OAuth 流程。 - 在
https://api.pinterest.com/v5/oauth/token交换代码。 - 设置
PINTEREST_CLIENT_ID、PINTEREST_CLIENT_SECRET、PINTEREST_REFRESH_TOKEN。
认证:使用刷新令牌的 OAuth2 — 引擎处理。发送 Authorization: Bearer ACCESS_TOKEN。
…(在应用内连接器说明中继续)
先决条件:PINTEREST_CLIENT_ID、PINTEREST_CLIENT_SECRET、PINTEREST_REFRESH_TOKEN
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 Pinterest 并粘贴先决条件下列出的环境变量。
可用工具
| 工具 | 功能 |
|---|---|
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 | 通过自由文本查询搜索经过身份验证的用户的图钉(跨所有板块) |
下一步
这份指南对你有帮助吗?