Blogburst MCP Server

Official Model Context Protocol server for BlogBurst - your autonomous AI social media marketing agent. Its 12 documented tools cover content, auto, pilot, generate. It runs locally over stdio via the published package.

People connecting social media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-31 · ★ 7 · #28 OF 46 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Blogburst MCP Server

before you install - you'll need

Set BLOGBURST_API_KEY before connecting.

Claude Code

claude mcp add shensi8312-blogburst-mcp-server -- npx -y blogburst-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shensi8312-blogburst-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "blogburst-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package blogburst-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.shensi8312 is GitHub-verified and matches the repo owner

03 · What Blogburst MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can generate a complete blog post from a topic, generate platform-specific content from a topic, discover trending topics by niche and source, and publish to connected platforms (Bluesky, Telegram, Discord).

Capability map

Tools grouped from the project's README - what Blogburst MCP Server lets an agent do.

read & search

3 tools - e.g. Discover trending topics by niche and source; Check which platforms are connected; Check API usage and limits

get_trending_topics · get_connected_platforms · get_usage

Auto

3 tools - e.g. Check auto-pilot status and configuration; Enable/disable auto-pilot, set frequency and platforms; Trigger auto-pilot to run immediately

get_auto_pilot_status · configure_auto_pilot · run_auto_pilot_now

Generate

2 tools - e.g. Generate a complete blog post from a topic; Generate platform-specific content from a topic

generate_blog · generate_platform_content

Agent

1 tool - e.g. Chat with your AI marketing agent - handles everything through conversation

agent_chat

Repurpose

1 tool - e.g. Turn a URL or text into social media posts

repurpose_content

Brainstorm

1 tool - e.g. AI-powered title brainstorming conversation

brainstorm_titles

create & write

1 tool - e.g. Publish to connected platforms (Bluesky, Telegram, Discord)

publish_content

04 · Who maintains Blogburst MCP Server

blogburst-mcp-server is maintained by shensi8312. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
social media - ranked #28 of 46 actively-maintained social media servers as of 2026-08-25.
registry
io.github.shensi8312/blogburst-mcp-server (active, first published 2026-02-17 · 2 versions)
packages
npm:blogburst-mcp-server

06 · Blogburst MCP Server FAQ

Is Blogburst MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-31. We re-verify nightly.

What can Blogburst MCP Server do?

With this server connected, an agent can generate a complete blog post from a topic, generate platform-specific content from a topic, discover trending topics by niche and source, and publish to connected platforms (Bluesky, Telegram, Discord).

How do I install Blogburst MCP Server?

Run `npx -y blogburst-mcp-server`. The README documents one environment variable (BLOGBURST_API_KEY) to set first. Set BLOGBURST_API_KEY before connecting. You can also paste the ready-made client config above.

Does Blogburst MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Blogburst MCP Server

More social media MCP servers · Sf MCP · Taplio Linkedin MCP · To Flow · Unif API

More JavaScript MCP servers · Mindswap · Agent Security Scanner MCP · Site Shot · Skillfed MCP · Uisight · see all