Last updated: February 27, 2026
BuzzPoster is an MCP server that gives AI assistants full control over your content operations. Connect Claude, ChatGPT, or any MCP-compatible client to manage social media publishing, newsletter distribution, brand voice, audience profiles, content calendars, and analytics — all through natural conversation.
https://api.buzzposter.com/mcpBuzzPoster uses OAuth 2.0 with PKCE for secure authentication. When you connect BuzzPoster as an MCP connector, you'll be prompted to authorize access with your BuzzPoster API key. Tokens are automatically refreshed — no manual key management required.
You'll need a BuzzPoster account ($49/month, 14-day free trial) and at least one connected social media account or email service provider.
"Schedule a thread about our product launch for tomorrow at 9am on Twitter and LinkedIn. Make it exciting but professional."
What happens:
get_brand_voice to load your brand's tone and styleget_audience to understand who you're writing forschedule_post to queue the thread on Twitter/X for 9:00 AMschedule_post again with a LinkedIn-optimized versionTools used: get_brand_voice, get_audience, schedule_post
"Write a newsletter about our Q1 results — revenue up 40%, launched 3 new features, hired 5 people. Send it through Kit."
What happens:
get_brand_voice to match your newsletter toneget_audience for subscriber targeting contextcreate_newsletter to generate a formatted email draft with preview linksend_newsletter to distribute through Kit to your subscriber listTools used: get_brand_voice, get_audience, create_newsletter, send_newsletter
"Here are 5 of my best LinkedIn posts. Learn my writing style and save it as my brand voice."
What happens:
create_brand_voice to save a comprehensive voice profileTools used: create_brand_voice
"Show me everything I have scheduled this week across all platforms."
What happens:
get_calendar with the current week's date rangeTools used: get_calendar
"Take my latest blog post from WordPress and turn it into a Twitter thread, a LinkedIn post, and a newsletter summary."
What happens:
wp_list_posts to fetch your latest WordPress contentget_brand_voice to maintain your tone across platformscreate_newsletter to draft a newsletter summarizing the key pointsTools used: wp_list_posts, get_brand_voice, schedule_post, create_newsletter