mcpbeat Sign in
C

X Ads MCP Server

by getmcpads owner confirmed
local only

X Ads runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

X Ads MCP server: 25 read tools, 19 opt-in preview-first writes.

Installs / week
npm · @getmcpads/x-ads-mcp-server
0
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check X Ads every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add x-ads -- npx -y @getmcpads/x-ads-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "x-ads": {
      "args": [
        "-y",
        "@getmcpads/x-ads-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.x-ads]
command = "npx"
args = ["-y", "@getmcpads/x-ads-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "x-ads": {
      "args": [
        "-y",
        "@getmcpads/x-ads-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "x-ads": {
      "args": [
        "-y",
        "@getmcpads/x-ads-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X_ADS_ACCESS_TOKEN (User OAuth 2.0 token. Keep it secret.), X_ADS_ACCOUNT_IDS (Comma-separated allowed account IDs. Required even for reads.), X_ADS_SCOPES (Scopes actually granted to the token, including ads.read.), X_ADS_ENABLE_WRITES (true enables write tools. Defaults to false.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to X Ads

same job, measured the same way
Pinterest Ads
by getmcpads

Pinterest Ads MCP server: 28 read tools, 25 opt-in preview-first writes.

229 installs/wk local only
Meta Ads
by getmcpads

Meta Ads MCP server: 41 read tools, 23 opt-in preview-first writes.

255 installs/wk local only
TikTok Ads
by getmcpads

TikTok Ads MCP server: 35 read tools, 29 opt-in preview-first writes.

208 installs/wk local only
Google Ads
by getmcpads

Google Ads MCP server: 35 read tools, 10 opt-in preview-first writes.

248 installs/wk local only
Manager.io MCP
by flumpiey

MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools

164 installs/wk local only
xlsx-tools-mcp
by ruriazz

MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files

91 installs/wk local only
Weeek MCP
by yolkins

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

30 installs/wk local only
MCP Office Excel
by dosev-ai

65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.

local only

X Ads — questions

Answers built from our own checks of this server.

Why is there no uptime for X Ads?
X Ads runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @getmcpads/x-ads-mcp-server.
How do I connect X Ads?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @getmcpads/x-ads-mcp-server straight from npm; nothing to host, nothing to sign up for.
Is X Ads open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.