Ultimate Reddit Marketing MCP for AI Agents
Give your AI a direct way to promote your product on Reddit. Build automations and full Reddit marketing workflows.
Setup
Connect in under 60 seconds
Generate an API key in your dashboard, drop the config into your agent client, and you're done.
Generate an API key
Pick the scopes your agent needs — read, write, or top-ups — and copy the key once. We hash it server-side; you can't see it again.
Drop into Claude Desktop
Add to claude_desktop_config.json and restart.
{
"mcpServers": {
"bazzly": {
"url": "https://api.bazzly.ai/mcp",
"headers": {
"Authorization": "Bearer bzly_live_..."
}
}
}
}Or wire it into Cursor
Same config, drop it into ~/.cursor/mcp.json.
{
"mcpServers": {
"bazzly": {
"url": "https://api.bazzly.ai/mcp",
"headers": {
"Authorization": "Bearer bzly_live_..."
}
}
}
}Or call the API directly
Same key, same scopes — works from any HTTP client.
curl https://api.bazzly.ai/public/v1/opportunities \
-H "Authorization: Bearer bzly_live_..." \
--get \
--data-urlencode "filter=top-ranked" \
--data-urlencode "sort=score" \
--data-urlencode "limit=10"Agent-readable reference
Paste into any agent prompt for instant context.
endpoint https://api.bazzly.ai/mcp
transport streamable-http
auth Authorization: Bearer <key>
X-Bazzly-Api-Key: <key>
scopes read · write · top-ups
flow list_opportunities → generate_opportunity_reply
→ queue_reply → list_reply_queueFull schema, examples, and try-it requests live in our public Postman workspace.
Open API docsUse cases
Build any Reddit workflow you want
Bazzly handles the Reddit plumbing. Your agent runs the playbook.
Spin up Bazzly projects from your IDE
Tell Claude or Codex to run new Bazzly projects or refine your existing projects.
Search Reddit on a cron
Wire up a routine that polls the highest-intent opportunities whenever you want.
Hands-off comments & DMs
Let your agent decide what to queue, edit, retry or cancel comments and DMs.
Custom reports, your way
Pull top opportunities, lead history, comment status through the API and let Claude enrich it.
AI replies in your voice
Generate AI replies and DMs through your own workflow so they fit your brand voice exactly.
Whatever your workflow looks like, Bazzly is the interface to do stuff on Reddit.
Hand Reddit to your AI agents
Build powerful Reddit marketing AI workflows with Bazzly MCP + API.