Skip to main content
Glama
jmendozaperez-godaddy

Google Ads Content Generator MCP Server

This project includes a Model Context Protocol (MCP) server implementation that allows you to generate Google Ads content through tools like Claude Code, Claude Desktop, and other MCP-compatible clients.

Setup and Usage

  1. Prerequisites:

    • Place certificate and key files in a certs folder at the project root

    • Create a generateInputPayload.json file in your working directory using the provided example file

  2. Running the MCP Server:

    npx -y tsx src/server.ts
  3. Using with Claude Code:

    Connect Claude Code to your MCP server:

    claude code --mcp ./mcp-server.ts

    Then you can generate Google Ads with prompts like:

    Generate a google ad in development environment with a business description about "A family-owned bakery specializing in artisan sourdough bread and pastries"

    Or:

    Generate a google ad in prod environment for a business named "TechSolutions Inc." in the technology industry
  4. Configuration:

    • The default environment is development if not specified

    • The server will look for generateInputPayload.json in the current directory

    • You can specify parameters directly in prompts which will override the default values

Related MCP server: Choose MCP Server

Example Payload

Create a generateInputPayload.json file based on the example below:

{ "agentId": "example-agent-id", "website": { "accountId": "your-account-id", "customerId": "your-customer-id", "shopperId": "your-shopper-id", "ventureId": "your-venture-id" }, "aiContentRequestPayload": { "businessName": "Example Business", "businessTagline": "Making your life easier", "businessDescription": "We provide high-quality products and services to meet all your needs", "industry": "Technology", "targetAudience": "Small business owners", "domain": "examplebusiness.com", "adKeywords": [ { "value": "affordable technology", "type": "CUSTOM" }, { "value": "business solutions", "type": "CUSTOM" } ] } }
-
security - not tested
-
license - not tested
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmendozaperez-godaddy/fulfillment-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server