Loading MCP server directory, please wait...
Publish and schedule Pinterest pins from any MCP client. Token refresh and retries handled.
npx @getmcp/cli add io.pinbridge/pinbridgeRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token using a PinBridge API key, in the form 'Bearer pb_<64 hex characters>'. Create a key in the PinBridge dashboard at https://www.pinbridge.io. The free Playground plan works.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.pinbridge/pinbridge": {
"url": "https://mcp.pinbridge.io",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}