Skip to main content
Glama

mcp-blog

MCP-Server für die Blog-Admin-API. Bietet Tools zum Vorschauen, Veröffentlichen, Auflisten und Löschen von Blogbeiträgen über Claude Code mittels stdio-Transport.

Tools

Tool

Beschreibung

blog_preview_post

KI-gestützte Vervollständigung von Frontmatter und Korrektur der Struktur des Hauptteils. Gibt korrigiertes Markdown + Diff + Unsplash-Bildvorschlag zurück.

blog_publish_post

Speichert korrigiertes Markdown in S3 und löst einen GitHub Actions-Rebuild aus.

blog_list_posts

Listet Beiträge mit optionalem published-Filter und limit auf.

blog_delete_post

Löscht einen Beitrag anhand des Slugs und löst einen Rebuild aus.

Einrichtung

Lokaler Pfad (Entwicklung)

// ~/.claude/settings.json
{
  "mcpServers": {
    "blog": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-blog/dist/index.js"],
      "env": {
        "BLOG_API_ENDPOINT": "https://dxbqlfvrescw1.cloudfront.net/api",
        "BLOG_API_KEY": "<your-api-key>"
      }
    }
  }
}

GitHub (zukünftige Verteilung)

// ~/.claude/settings.json
{
  "mcpServers": {
    "blog": {
      "command": "npx",
      "args": ["-y", "github:sano/mcp-blog"],
      "env": {
        "BLOG_API_ENDPOINT": "https://dxbqlfvrescw1.cloudfront.net/api",
        "BLOG_API_KEY": "<your-api-key>"
      }
    }
  }
}

Umgebungsvariablen

Variable

Erforderlich

Beschreibung

BLOG_API_ENDPOINT

Ja

Basis-URL der Blog-API (z. B. https://dxbqlfvrescw1.cloudfront.net/api)

BLOG_API_KEY

Ja

API-Schlüssel für die HMAC-Authentifizierung

Build

npm install
npm run build
Install Server
F
license - not found
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MasatoshiSano/mcp-blog'

If you have feedback or need assistance with the MCP directory API, please join our Discord server