Skip to content
Grok

adscapi for Grok

io.github.pooriaarab/adscapi

Fire one canonical conversion event to every ad platform's server-side Conversions API.

client:Grok transport:stdio runtime:npm

Install adscapi in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "adscapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "adscapi"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

adscapi in other clients