pinbridge for Claude Desktop
io.pinbridge/pinbridge
Publish and schedule Pinterest pins from any MCP client. Token refresh and retries handled.
client:Claude Desktop
transport:streamable-http
Install pinbridge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pinbridge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pinbridge.io"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs