blog-api
Cloudflare Workers MCP server: blog. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/blog
by lazymac2x
Cloudflare Workers MCP server: blog
Manages blog content creation, publishing, and organization.
Captured live from the server via tools/list.
List all blog articles with slug, title, description, date, tags, and reading time.
Filter by tag (optional)
Get the full Markdown body of a specific blog article by slug.
Article slug, e.g. mcp-server-security-top-10-vulnerabilities-2026
Full-text search across article titles, descriptions, tags, and bodies. Returns matching articles with a relevance score.
Search terms
Cloudflare Workers MCP server: blog. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/blog
claude_desktop_config.json
{
"mcpServers": {
"blog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/blog/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.