geenie-mcp-client
v1.0.2
Published
Geenie MCP client for Claude Desktop
Maintainers
Readme
geenie-mcp-client
Official Geenie MCP client for connecting Claude Desktop to your Amazon Advertising account.
Installation
No installation needed! Use npx to run directly:
npx geenie-mcp-client YOUR_API_KEYUsage with Claude Desktop
Get your API key from app.geenie.io/dashboard/settings
Open Claude Desktop settings and click "Edit Config"
Add Geenie to your
claude_desktop_config.json:
{
"mcpServers": {
"geenie": {
"command": "npx",
"args": [
"-y",
"geenie-mcp-client",
"sk_live_YOUR_API_KEY_HERE"
]
}
}
}- Save the file and restart Claude Desktop
What is Geenie?
Geenie is a proxy service that lets you manage your Amazon Advertising campaigns through Claude Desktop by chatting in plain English.
- Ask questions about campaign performance
- Create and update campaigns with natural language
- Get insights and recommendations
- Manage bids, budgets, and targeting
Learn more at geenie.io
Support
- Documentation: app.geenie.io/dashboard/setup
- Issues: GitHub
License
MIT
