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.
Latest Blog Posts
- 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