Connector guide1-minute readEN · DE · IT

如何将 Pinterest 连接到 ChatGPT

通过 MCP 将 Pinterest API 连接到 ChatGPT。使用 AnythingMCP 通过自然语言分析图钉、板块和广告表现。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Summary

通过 MCP 将 Pinterest API 连接到 ChatGPT。使用 AnythingMCP 通过自然语言分析图钉、板块和广告表现。

使用 ChatGPT 分析你的 Pinterest

Pinterest 没有 MCP 连接器。使用 AnythingMCP,你可以将 Pinterest 的 REST API 转换为 MCP 服务器,让 ChatGPT 分析你的图钉、板块和受众洞察。

分步指南

第一步:部署 AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第二步:获取 Pinterest API 访问权限

https://developers.pinterest.com 创建一个应用。生成一个具有 boards:readpins:readuser_accounts:read 范围的访问令牌。

第三步:创建 REST 连接器

创建一个基础 URL 为 https://api.pinterest.com/v5 的 REST 连接器。设置 Bearer 令牌身份验证。

第四步:暴露关键端点

  • GET /user_account — 你的个人资料
  • GET /boards — 你的板块
  • GET /boards/{board_id}/pins — 板块上的图钉
  • GET /pins/{pin_id} — 图钉详情
  • GET /user_account/analytics — 账户分析
  • GET /pins/{pin_id}/analytics — 图钉分析

第五步:连接 ChatGPT

{
  "mcpServers": {
    "pinterest": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

第六步:获取洞察

  • "这个月我的哪些图钉被保存最多?"
  • "我最受欢迎的板块的参与趋势如何?"
  • "我的图钉本周获得了多少次展示?"
  • "哪个板块驱动了最多的外部点击?"

下一步

这份指南对你有帮助吗?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

相关指南