MCP Server

Your blog, agent-ready

Connect Claude Code, Claude Desktop, or any MCP-compatible client to your Blogee blog. Manage posts, replies, and settings through natural language — with tenant-scoped API keys that keep your data isolated.

Features

hub

Your blog, your agent

Point any MCP-compatible client at your blog. No custom integration code required.

lock

Scoped to your tenant only

Every API key is tied to your blog alone. No prompt can make it access another tenant's data.

edit

Full read and write access

List, create, update, and delete posts. Manage replies. Read and update settings. All through natural language.

bolt

Zero configuration

Generate a key in your admin settings, paste a 5-line JSON snippet into your MCP client config, and you are done.

Complete Tool Catalog

Post Management

list_posts

List published blog posts with pagination, filterable by status

get_post

Get full post content by ID, including metadata and tags

create_post

Create a new post with title, content, tags, meta fields, and optional AI image

update_post

Update any post field: title, content, slug, tags, meta, featured image

update_post_status

Change post status: publish, schedule, or unpublish

delete_post

Permanently delete a post

Reply Moderation

list_replies_for_post

List all replies for a post, threaded into parent-child structure

list_replies_for_moderation

Flat list of all replies with moderation metadata

get_reply

Get a single reply by ID with full metadata

delete_reply

Soft-delete a reply for moderation

Settings Management

get_tenant_settings

Read all blog settings: branding, site config, template, menu links, AI settings, locales

Settings write operations

update_branding, update_site_settings, update_template, update_menu_links, request_domain_verification, check_domain_verification

Widget Embeds

list_widgets

List your embeddable widgets with their embed URLs and copy-paste snippets

get_widget

Get one widget by ID with its embed URL and snippets

create_widget

Create an embeddable post gallery — pick theme, colors, layout, tags, and language

update_widget

Change a widget's name, design config, or enable/disable it

delete_widget

Delete a widget — embedded sites stop showing your posts

Quick start

  1. 1
    Go to your Admin Settings → API Keys and generate a new key.
  2. 2

    Add the following entry to your MCP client's configuration file:

    {
      "mcpServers": {
        "blogee": {
          "url": "https://app.blogee.tech/api/mcp",
          "headers": {
            "Authorization": "Bearer <your-api-key>"
          }
        }
      }
    }
  3. 3

    Restart your MCP client. You are ready to manage your blog through natural language.

What you can build

rocket_launch

Content pipeline

Have your agent draft posts, generate images, and schedule them — all from a single prompt.

shield

Moderation assistant

Let your agent scan replies, flag spam, and clean up old threads automatically.

translate

Multi-locale publisher

Write once in English, have your agent translate, review, and publish to all 7 locales.

Connect your agent today

Generate an API key in your admin settings and paste the config. It takes 30 seconds.

Go to API Settings

Read the full documentation

MCP Server — Blogee