{
"name": "adwords-mcp",
"version": "1.0.3",
"description": "A cringe-worthy MCP server that serves ads to developers in Cursor, Claude, and other clients",
"main": "dist/server.js",
"bin": {
"adwords-mcp": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"postbuild": "chmod +x dist/cli.js",
"start": "node dist/server.js",
"dev": "ts-node src/server.ts",
"watch": "nodemon --exec ts-node src/server.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"ads",
"ai",
"llm",
"adwords"
],
"author": "Greg Cecarelli",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"express": "^4.18.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.5",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gregce/adwords-mcp.git"
},
"bugs": {
"url": "https://github.com/gregce/adwords-mcp/issues"
},
"homepage": "https://github.com/gregce/adwords-mcp#readme"
}