mcp-blog
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 |
| KI-gestützte Vervollständigung von Frontmatter und Korrektur der Struktur des Hauptteils. Gibt korrigiertes Markdown + Diff + Unsplash-Bildvorschlag zurück. |
| Speichert korrigiertes Markdown in S3 und löst einen GitHub Actions-Rebuild aus. |
| Listet Beiträge mit optionalem |
| 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 |
| Ja | Basis-URL der Blog-API (z. B. |
| Ja | API-Schlüssel für die HMAC-Authentifizierung |
Build
npm install
npm run buildResources
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