AdCraft MCP Server

AdCraft MCP Server

Enables AI-powered generation of platform-optimized ad copy for Facebook, Google Ads, and LinkedIn by wrapping the AdCraft API. It allows users to create tailored marketing content based on specific product descriptions, target audiences, and desired brand tones.

Category
Visit Server

README

AdCraft MCP Server

MCP server for AI-powered ad copy generation. Wraps AdCraft's ad copy API for use with Claude and other MCP-compatible AI assistants.

Features

  • Platform-optimized copy for Facebook, Google Ads, and LinkedIn
  • Multiple tones: professional, casual, urgent, friendly, luxury
  • Smart keyword extraction from product descriptions
  • Platform-specific formatting and character guidelines

Installation

npm install
npm run build

Usage

As MCP Server

Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "adcraft": {
      "command": "node",
      "args": ["/path/to/adcraft-mcp/dist/index.js"]
    }
  }
}

Tool: generate_ad_copy

Generate platform-optimized ad copy for products.

Inputs:

Parameter Type Required Description
product_name string Product or service description (e.g., "organic skincare products")
target_audience string Target audience (e.g., "professional women aged 25-45")
platform string One of: facebook, google, linkedin
tone string One of: professional, casual, urgent, friendly, luxury (default: professional)

Example:

Generate ad copy for "premium SaaS marketing platform" targeting "small business owners" on LinkedIn with a professional tone

Output:

{
  "platform": "linkedin",
  "tone": "professional",
  "headline": "How entrepreneurs Achieve marketing success with Our software",
  "description": "Our software helps small business owners achieve measurable marketing success...",
  "cta": "Schedule Demo",
  "formatted": "How entrepreneurs Achieve marketing success...\n\nOur software helps...\n\nSchedule Demo →",
  "guidelines": {
    "maxHeadline": 150,
    "maxDescription": 300,
    "style": "professional, value-driven, industry-focused"
  },
  "timestamp": "2024-02-08T11:30:00.000Z"
}

Platform Guidelines

Platform Max Headline Max Description Style
Facebook 25 chars 125 chars Emotional, visual-focused
Google 30 chars 90 chars Direct, action-oriented
LinkedIn 150 chars 300 chars Professional, value-driven

Development

# Run in development mode
npm run dev

# Run tests
npm test

# Build for production
npm run build

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured