ads-mcp vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
ads-mcp by amekala | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 44 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 48 | 84 |
| Official | — | — |
| Categories | E-commerceDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Jupyter Notebook | TypeScript |
| Last commit | this month | this month |
ads-mcp · Summary
MCP server with 175+ tools for managing ad campaigns across Google Ads, Meta Ads, LinkedIn Ads, and TikTok Ads.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ads-mcp · Use cases
- Create and manage ad campaigns across multiple platforms from a single interface
- Analyze campaign performance and get optimization recommendations
- Research keywords with real CPC data and competitive analysis
- Automate scheduled briefs, performance monitors, and cross-platform reports
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
ads-mcp · Install
Installation
Claude Desktop
- Open Settings > Connectors > Add custom connector
- Name: **Ads MCP**
- URL:
https://mcp.adspirer.com/mcp - Complete OAuth 2.1 sign-in
Claude Code
- Run
/plugin marketplace add amekala/ads-mcp - Run
/plugin install adspirer - Run
/mcp— find **plugin:adspirer:adspirer** and click to authenticate
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"adspirer": {
"url": "https://mcp.adspirer.com/mcp"
}
}
}Gemini CLI
gemini extensions install github.com/amekala/ads-mcpmcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}