blog-mcp
Provides tools to create draft posts and list published posts for a Django-based blog, managing content via API tokens.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blog-mcpCreate a draft post titled 'My New Blog Post' with content 'Hello world'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
blog-mcp
MCP server for abelcastro.dev. Exposes tools to create draft posts and list published posts directly from Claude.
Requirements
An API token created via the Django admin (
/admin→ API Tokens → Add)
Related MCP server: AutoWP MCP Server
Setup
cd blog-mcp
uv syncConfiguration
Create a .env file in the project root:
BLOG_API_TOKEN="your-token-here"Optionally, to use a local dev server instead of https://core.abelcastro.dev/api:
BLOG_API_BASE="http://localhost:8000/api"Claude Code (terminal/IDE)
Add to .mcp.json in the project root:
{
"mcpServers": {
"blog": {
"command": "uv",
"args": ["run", "server.py"],
"cwd": "/absolute/path/to/blog-mcp"
}
}
}Claude Desktop app
Add the same block to ~/.claude/claude_desktop_config.json under mcpServers.
Available tools
Tool | Description |
| Creates a draft post. |
| Lists published posts. Optionally filter by a search term across title, content, and tags. |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceManage your Ghost blog content directly from Claude, Cursor, or any MCP-compatible client, allowing you to create, edit, search, and delete posts with support for tag management and analytics.Last updated42MIT
- AlicenseBqualityBmaintenanceConnects Claude to WordPress sites through the REST API, enabling AI-assisted content creation, publishing, media management, user administration, and site maintenance tasks through natural language.Last updated472422MIT
- AlicenseAqualityDmaintenanceEnables Claude to directly create and publish posts on Velog through reverse-engineered GraphQL APIs. Supports a human-in-the-loop workflow from draft to review to publication, maintaining user control while automating content creation.Last updated66MIT
- Alicense-qualityCmaintenanceEnables Claude Code to directly manage WordPress sites via natural language, including posts, pages, categories, tags, media, and multiple site support.Last updatedMIT
Related MCP Connectors
Read, edit, publish, and preview your pepita websites from Claude.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/abel-castro/blog_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server