AgentHubAgentHub

synter-ads

MCP ServerMCP Registry官方收录

io.github.jshorwitz/synter-ads · v1.0.7

Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.

概览

synter-ads 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "synter-ads": {
      "command": "npx",
      "args": [
        "-y",
        "@synterai/mcp-server"
      ],
      "env": {
        "SYNTER_API_KEY": "<SYNTER_API_KEY>"
      }
    }
  }
}

环境变量

SYNTER_API_KEY必填secret

Your Synter API key. Get one at https://syntermedia.ai/developer

相关资源

统一 Manifest

{
  "id": "io.github.jshorwitz/synter-ads",
  "type": "mcp-server",
  "version": "1.0.7",
  "displayName": "synter-ads",
  "description": "Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.",
  "repository": {
    "url": "https://github.com/jshorwitz/synter-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@synterai/mcp-server",
        "version": "1.0.7",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SYNTER_API_KEY",
            "description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.syntermedia.ai/mcp/"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jshorwitz/synter-ads",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jshorwitz%2Fsynter-ads/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
synter-ads — MCP Server 安装与配置 · AgentHub