Allows generation of Google Ads content by providing business information, target audience, industry details, and ad keywords that can be used to create tailored advertising campaigns.
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
- 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
- Place certificate and key files in a
- Running the MCP Server:
- Using with Claude Code:Connect Claude Code to your MCP server:Then you can generate Google Ads with prompts like:Or:
- 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
- The default environment is
Example Payload
Create a generateInputPayload.json
file based on the example below:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server implementation that enables generation of Google Ads content through Claude Code, Claude Desktop, and other MCP-compatible clients.
Related MCP Servers
- -securityAlicense-qualityMCP server to interact with Google produts.Last updated -270PythonMIT License
- -securityFlicense-qualityAn MCP server for Claude Desktop that allows users to query data from selected Google Cloud datasets by configuring project ID and datasets in the Claude Desktop configuration.Last updated -Python
- AsecurityAlicenseAqualityA server that enables Claude Desktop to generate images using Google's Gemini AI models through the Model Context Protocol (MCP).Last updated -76JavaScriptMIT License
- -security-license-qualityAn MCP server implementation that allows using Google's Gemini AI models (specifically Gemini 1.5 Pro) through Claude or other MCP clients via the Model Context Protocol.Last updated -1JavaScript