Pinterest Ads MCP Server
Rank #40,958io.github.cesteral/pinterest-mcp
Pinterest Ads management — CRUD, async reports, targeting, and audience estimates
Pinterest Ads MCP Server is a Model Context Protocol (MCP) server published by cesteral. It ranks #40,958 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Pinterest Ads MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on May 18, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 74,502 of 115,460 servers on MCP Toplist.
Use Pinterest Ads MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http pinterest-mcp https://{host}/pinterest-mcp/mcpclaude mcp add pinterest-mcp -- npx -y @cesteral/pinterest-mcp[mcp_servers.pinterest-mcp]
url = "https://{host}/pinterest-mcp/mcp"Add to ~/.codex/config.toml.
[mcp_servers.pinterest-mcp]
command = "npx"
args = ["-y", "@cesteral/pinterest-mcp"]Add to ~/.codex/config.toml.
https://{host}/pinterest-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"pinterest-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/pinterest-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pinterest-mcp": {
"url": "https://{host}/pinterest-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"pinterest-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/pinterest-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pinterest-mcp": {
"type": "http",
"url": "https://{host}/pinterest-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"pinterest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cesteral/pinterest-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pinterest-mcp": {
"serverUrl": "https://{host}/pinterest-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pinterest-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/pinterest-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pinterest-mcp": {
"url": "https://{host}/pinterest-mcp/mcp"
}
}
}{
"mcpServers": {
"pinterest-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/pinterest-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cesteral%2Fpinterest-mcp)<a href="https://mcptoplist.com/server/io.github.cesteral%2Fpinterest-mcp"><img src="https://mcptoplist.com/badge/io.github.cesteral%2Fpinterest-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
cesteral
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 18, 2026 |
Frequently asked questions
- Who maintains Pinterest Ads MCP Server?
- Pinterest Ads MCP Server is maintained by cesteral, which publishes 14 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Pinterest Ads MCP Server listed on the Official MCP Registry?
- Yes — Pinterest Ads MCP Server is listed on the Official MCP Registry.
- How many versions does Pinterest Ads MCP Server have?
- MCP Toplist tracks 1 version of Pinterest Ads MCP Server, most recently published on May 18, 2026.
- Where can I find the source code for Pinterest Ads MCP Server?
- The source code for Pinterest Ads MCP Server is hosted at github.com/cesteral/mcp-open-advertising.