Synter Ads
Rank #17,202io.github.jshorwitz/synter-ads
MCP server providing synter-ads capabilities
Synter Ads is a Model Context Protocol (MCP) server published by jshorwitz. It ranks #17,202 of 115,591 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Synter Ads is listed across 2 registries — Official MCP and mcp.so, with 6 tracked versions. It was first listed on Jan 29, 2026 and most recently updated on Feb 26, 2026.
Ranks ahead of 98,389 of 115,591 servers on MCP Toplist.
Use Synter Ads
claude mcp add --transport http synter-ads https://mcp.syntermedia.ai/mcpclaude mcp add synter-ads -e "SYNTER_API_KEY=<your SYNTER_API_KEY>" -- npx -y @synterai/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.synter-ads]
url = "https://mcp.syntermedia.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.synter-ads]
command = "npx"
args = ["-y", "@synterai/mcp-server"]
[mcp_servers.synter-ads.env]
SYNTER_API_KEY = "<your SYNTER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.syntermedia.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"synter-ads": {
"command": "npx",
"args": [
"-y",
"@synterai/mcp-server"
],
"env": {
"SYNTER_API_KEY": "<your SYNTER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"synter-ads": {
"url": "https://mcp.syntermedia.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"synter-ads": {
"command": "npx",
"args": [
"-y",
"@synterai/mcp-server"
],
"env": {
"SYNTER_API_KEY": "<your SYNTER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"synter-ads": {
"type": "http",
"url": "https://mcp.syntermedia.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"synter-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@synterai/mcp-server"
],
"env": {
"SYNTER_API_KEY": "<your SYNTER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"synter-ads": {
"serverUrl": "https://mcp.syntermedia.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"synter-ads": {
"command": "npx",
"args": [
"-y",
"@synterai/mcp-server"
],
"env": {
"SYNTER_API_KEY": "<your SYNTER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"synter-ads": {
"url": "https://mcp.syntermedia.ai/mcp"
}
}
}{
"mcpServers": {
"synter-ads": {
"command": "npx",
"args": [
"-y",
"@synterai/mcp-server"
],
"env": {
"SYNTER_API_KEY": "<your SYNTER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.jshorwitz%2Fsynter-ads)<a href="https://mcptoplist.com/server/io.github.jshorwitz%2Fsynter-ads"><img src="https://mcptoplist.com/badge/io.github.jshorwitz%2Fsynter-ads.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
jshorwitz
Available versions (6)
| Version | Published |
|---|---|
| 1.0.7 | Feb 26, 2026 |
| 1.0.6 | Feb 7, 2026 |
| 1.0.5 | Jan 29, 2026 |
| 1.0.3 | Jan 29, 2026 |
| 1.0.2 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Synter Ads?
- Synter Ads is maintained by jshorwitz, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Synter Ads listed on the Official MCP Registry?
- Yes — Synter Ads is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Synter Ads have?
- MCP Toplist tracks 6 versions of Synter Ads, most recently published on Feb 26, 2026.
- Where can I find the source code for Synter Ads?
- The source code for Synter Ads is hosted at github.com/jshorwitz/synter-mcp-server.