Official Model Context Protocol server for BlogBurst — AI-powered content generation, repurposing, and multi-platform publishing. - 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
Add this skill
npx mdskills install shensi8312/blogburst-mcp-serverWell-documented content generation MCP with clear setup and useful tools but overly broad permissions
1# BlogBurst MCP Server23Official [Model Context Protocol](https://modelcontextprotocol.io) server for [BlogBurst](https://blogburst.ai) — AI-powered content generation, repurposing, and multi-platform publishing.45## Features67- **Blog Generation** — Generate complete blog posts from topics8- **Content Repurposing** — Turn URLs or text into platform-ready social media posts9- **Platform Content** — Generate optimized content for 9+ platforms (Twitter, LinkedIn, Reddit, Bluesky, Threads, Telegram, Discord, TikTok, YouTube)10- **Trending Topics** — Discover what's hot on HackerNews, Reddit, Google Trends, Product Hunt11- **Title Brainstorming** — AI-powered multi-turn title ideation12- **Auto-Publishing** — Publish directly to connected platforms (Bluesky, Telegram, Discord)1314## Quick Start1516### 1. Get your API key1718Sign up at [blogburst.ai](https://blogburst.ai) and get your free API key from [Dashboard > API Keys](https://blogburst.ai/dashboard/api-keys).1920### 2. Configure in Claude Desktop2122Add to your `claude_desktop_config.json`:2324```json25{26 "mcpServers": {27 "blogburst": {28 "command": "npx",29 "args": ["-y", "blogburst-mcp-server"],30 "env": {31 "BLOGBURST_API_KEY": "your-api-key-here"32 }33 }34 }35}36```3738### 3. Use it3940Ask Claude:41- "Write a blog post about remote work productivity"42- "Turn this article into Twitter and LinkedIn posts: https://example.com/article"43- "What's trending in AI right now?"44- "Brainstorm some title ideas for a post about SaaS growth"45- "Publish this to my Bluesky and Telegram"4647## Available Tools4849| Tool | Description |50|------|-------------|51| `generate_blog` | Generate a complete blog post from a topic |52| `repurpose_content` | Turn a URL or text into social media posts |53| `generate_platform_content` | Generate platform-specific content from a topic |54| `get_trending_topics` | Discover trending topics by niche and source |55| `brainstorm_titles` | AI-powered title brainstorming conversation |56| `publish_content` | Publish to connected platforms (Bluesky, Telegram, Discord) |57| `get_connected_platforms` | Check which platforms are connected |58| `get_usage` | Check API usage and limits |5960## Supported Platforms6162Twitter, LinkedIn, Reddit, Bluesky, Threads, Telegram, Discord, TikTok, YouTube6364## Pricing6566Free plan: 50 generations/month. See [blogburst.ai/pricing](https://blogburst.ai/pricing) for Pro plans.6768## Links6970- [BlogBurst Website](https://blogburst.ai)71- [API Documentation](https://api.blogburst.ai/docs)72- [Twitter/X](https://x.com/BlogBurstAI)7374## License7576MIT77
Full transparency — inspect the skill content before installing.