Amazon DSP MCP Server
Rank #40,950io.github.cesteral/amazon-dsp-mcp
Amazon DSP management — CRUD, async reports, targeting, and audience management
Amazon DSP MCP Server is a Model Context Protocol (MCP) server published by cesteral. It ranks #40,950 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Amazon DSP 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,510 of 115,460 servers on MCP Toplist.
Use Amazon DSP MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http amazon-dsp-mcp https://{host}/amazon-dsp-mcp/mcpclaude mcp add amazon-dsp-mcp -- npx -y @cesteral/amazon-dsp-mcp[mcp_servers.amazon-dsp-mcp]
url = "https://{host}/amazon-dsp-mcp/mcp"Add to ~/.codex/config.toml.
[mcp_servers.amazon-dsp-mcp]
command = "npx"
args = ["-y", "@cesteral/amazon-dsp-mcp"]Add to ~/.codex/config.toml.
https://{host}/amazon-dsp-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"amazon-dsp-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/amazon-dsp-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"amazon-dsp-mcp": {
"url": "https://{host}/amazon-dsp-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"amazon-dsp-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/amazon-dsp-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"amazon-dsp-mcp": {
"type": "http",
"url": "https://{host}/amazon-dsp-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"amazon-dsp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cesteral/amazon-dsp-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"amazon-dsp-mcp": {
"serverUrl": "https://{host}/amazon-dsp-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"amazon-dsp-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/amazon-dsp-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"amazon-dsp-mcp": {
"url": "https://{host}/amazon-dsp-mcp/mcp"
}
}
}{
"mcpServers": {
"amazon-dsp-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/amazon-dsp-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%2Famazon-dsp-mcp)<a href="https://mcptoplist.com/server/io.github.cesteral%2Famazon-dsp-mcp"><img src="https://mcptoplist.com/badge/io.github.cesteral%2Famazon-dsp-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 Amazon DSP MCP Server?
- Amazon DSP MCP Server is maintained by cesteral, which publishes 14 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Amazon DSP MCP Server listed on the Official MCP Registry?
- Yes — Amazon DSP MCP Server is listed on the Official MCP Registry.
- How many versions does Amazon DSP MCP Server have?
- MCP Toplist tracks 1 version of Amazon DSP MCP Server, most recently published on May 18, 2026.
- Where can I find the source code for Amazon DSP MCP Server?
- The source code for Amazon DSP MCP Server is hosted at github.com/cesteral/mcp-open-advertising.