blogburst-mcp-server
AI content generation, repurposing, and multi-platform publishing for 9+ social media platforms. Generate blog posts, discover trending topics, brainstorm titles, and publish to Twitter, LinkedIn, Bluesky, and more.
README
BlogBurst MCP Server
Official Model Context Protocol server for BlogBurst — AI-powered content generation, repurposing, and multi-platform publishing.
Features
- Blog Generation — Generate complete blog posts from topics
- Content Repurposing — Turn URLs or text into platform-ready social media posts
- Platform Content — Generate optimized content for 9+ platforms (Twitter, LinkedIn, Reddit, Bluesky, Threads, Telegram, Discord, TikTok, YouTube)
- Trending Topics — Discover what's hot on HackerNews, Reddit, Google Trends, Product Hunt
- Title Brainstorming — AI-powered multi-turn title ideation
- Auto-Publishing — Publish directly to connected platforms (Bluesky, Telegram, Discord)
Quick Start
1. Get your API key
Sign up at blogburst.ai and get your free API key from Dashboard > API Keys.
2. Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"blogburst": {
"command": "npx",
"args": ["-y", "blogburst-mcp-server"],
"env": {
"BLOGBURST_API_KEY": "your-api-key-here"
}
}
}
}
3. Use it
Ask Claude:
- "Write a blog post about remote work productivity"
- "Turn this article into Twitter and LinkedIn posts: https://example.com/article"
- "What's trending in AI right now?"
- "Brainstorm some title ideas for a post about SaaS growth"
- "Publish this to my Bluesky and Telegram"
Available Tools
| Tool | Description |
|---|---|
generate_blog |
Generate a complete blog post from a topic |
repurpose_content |
Turn a URL or text into social media posts |
generate_platform_content |
Generate platform-specific content from a topic |
get_trending_topics |
Discover trending topics by niche and source |
brainstorm_titles |
AI-powered title brainstorming conversation |
publish_content |
Publish to connected platforms (Bluesky, Telegram, Discord) |
get_connected_platforms |
Check which platforms are connected |
get_usage |
Check API usage and limits |
Supported Platforms
Twitter, LinkedIn, Reddit, Bluesky, Threads, Telegram, Discord, TikTok, YouTube
Pricing
Free plan: 50 generations/month. See blogburst.ai/pricing for Pro plans.
Links
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.