Ads Ai Creator Mcp Server
@rocnubie
About Ads Ai Creator Mcp Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ads-ai-creator-mcp": {
"command": "node",
"args": [
"/absolute/path/to/ads-ai-creator-mcp/src/index.mjs"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ads Ai Creator Mcp Server?
A read-only Model Context Protocol server that exposes the canonical Ads AI Creator knowledge surface — image generation workflows and styles, pricing, FAQ, and official links — to MCP-compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue. It requires no API keys, has no quota, and achieves approximately a 50 ms cold start. It is designed for marketers, e-commerce operators, and creative teams who need quick access to platform information.
How to use Ads Ai Creator MCP Server?
Install via Smithery (npx -y @smithery/cli install ads-ai-creator-mcp --client claude) or clone from source and run with pnpm install; pnpm start. Then add the server configuration to your MCP client’s config file (e.g., claude_desktop_config.json for Claude Desktop) with the command node and the path to src/index.mjs. Once connected, AI clients can call the provided tools (list_styles, get_pricing, get_official_links) and access resources (site://ads-ai-creator/styles, /pricing, /faq, /links).
Key features of Ads Ai Creator MCP Server
- Exposes canonical image styles and presets
- Provides official pricing information
- Returns verified official links (website, support, docs)
- Delivers a short FAQ from public site metadata
- Read-only, no API keys or authentication required
- Approximately 50 ms cold start with no quota
Use cases of Ads Ai Creator MCP Server
- Allow an AI assistant to answer user questions about Ads AI Creator’s styles and pricing
- Enable an AI workflow to retrieve official links and documentation references
- Provide a quick FAQ lookup without leaving the chat interface
- Give AI agents reliable information about the platform without scraping the website
FAQ from Ads Ai Creator MCP Server
What information does this server provide?
It provides the same public canonical knowledge surface as the Ads AI Creator website: image-generation styles, pricing entry points, official links, and a short FAQ derived from public metadata. No internal or user-specific data is exposed.
Do I need an API key or any authentication?
No. The server is fully read-only and requires no API keys, tokens, or authentication. It has no usage quota.
What runtime or dependencies are required?
Node.js version 18 or later is required. The server uses the Model Context Protocol and stdio transport. No external database or network dependencies beyond the MCP client.
How is data sourced and where does it live?
Data is sourced from the public Ads AI Creator website and served directly; the server does not store any user data or credentials. It acts as a read-only cache of the platform’s public information.
Is there any transport other than stdio?
No, the server currently communicates over stdio. It is designed to be run locally with MCP-compatible desktop clients. No HTTP or WebSocket transport is provided.
Frequently asked questions
What information does this server provide?
It provides the same public canonical knowledge surface as the Ads AI Creator website: image-generation styles, pricing entry points, official links, and a short FAQ derived from public metadata. No internal or user-specific data is exposed.
Do I need an API key or any authentication?
No. The server is fully read-only and requires no API keys, tokens, or authentication. It has no usage quota.
What runtime or dependencies are required?
Node.js version 18 or later is required. The server uses the Model Context Protocol and stdio transport. No external database or network dependencies beyond the MCP client.
How is data sourced and where does it live?
Data is sourced from the public Ads AI Creator website and served directly; the server does not store any user data or credentials. It acts as a read-only cache of the platform’s public information.
Is there any transport other than stdio?
No, the server currently communicates over stdio. It is designed to be run locally with MCP-compatible desktop clients. No HTTP or WebSocket transport is provided.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments