MindAds MCP Documentation
Set up MindAds MCP step by step.
Follow this guide to sign in, add your Meta token, copy your private MCP URL, and use MindAds safely from your AI client.
Quick start
- 1Sign in once
Use Google login once. Dashboard, Settings, Billing, Docs links, and Admin access for admin users will keep the same signed-in session.
- 2Add your Meta token
Open Settings and save your Meta access token. Token previews show only the first 5 characters followed by *****.
- 3Copy MCP URL
Open Dashboard or Settings and copy your private MCP URL. Treat it like an API key.
- 4Connect an AI client
Paste the URL into Claude Desktop through mcp-remote or into any client that supports remote MCP.
Sign-in session
Sign in once with Google and continue through Dashboard, Settings, Billing, and protected workspace pages without logging in again.
MCP client configuration
Replace YOUR_MCP_URL with the exact private URL shown in your dashboard or settings page.
Claude Desktop
Best default when the client needs a local bridge for a remote MCP URL.
{
"mcpServers": {
"mindads": {
"command": "npx",
"args": ["-y", "mcp-remote", "YOUR_MCP_URL"]
}
}
}Direct remote URL
Use this only when your AI client accepts an MCP server URL directly.
{
"mcpServers": {
"mindads": {
"url": "YOUR_MCP_URL"
}
}
}Token quota and reset messages
Plan tokens reset monthly. The Free plan has an extra 10-token daily cap. Temporary admin tokens are shown separately in Settings and can have their own expiry date.
{
"code": -32029,
"message": "MindAds MCP daily token limit reached (10/10). Your daily tokens reset on 2026-06-03T00:00:00.000Z. Monthly usage is 10/300 and resets on 2026-07-01T00:00:00.000Z.",
"data": {
"error": "token_daily_limit_exceeded",
"user_action": "Tell the user their daily token limit is exhausted. Do not retry until reset, upgrade, or admin adds temporary tokens."
}
}Good first prompts
Troubleshooting
Check that the MCP URL was copied exactly, then restart the AI client.
Open Settings and confirm your Meta token is saved and active.
Open the same root domain and make sure browser cookies are allowed.
Open Settings and regenerate the MCP URL. The old URL stops working.
