Server data from the Official MCP Registry
Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
Adrex AI is a well-structured MCP server for managing Google Ads and Meta Ads campaigns. Authentication is properly enforced via API keys sent as HTTP headers, and all tool calls are proxied through a remote backend that holds user credentials. The codebase is clean with no malicious patterns, hardcoded secrets, or dangerous operations. Minor code quality observations (broad error handling, limited input validation on the client side) do not materially impact security since validation occurs on the backend. Permissions are appropriate for the stated purpose. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ADREX_API_KEY
Environment variable: ADREX_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gauravapiscean-adrex-ai": {
"env": {
"ADREX_API_KEY": "your-adrex-api-key-here",
"ADREX_API_URL": "your-adrex-api-url-here"
},
"args": [
"-y",
"adrex-ai"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.