
BlogCaster MCP
BlogCaster MCP is a MCP server that links AI agents to BlogCaster project operations over stdio or streamable-http.
About
BlogCaster MCP is a Model Context Protocol server that connects AI coding agents to the BlogCaster project so developers can drive content-oriented actions through standard MCP tooling instead of custom scripts. founders who ship blogs, newsletters, or cast-style publications often need their agent to trigger publishing flows, sync drafts, or query BlogCaster state while they stay in the terminal or IDE. This entry exposes both npm-based stdio transport for local Claude Code, Cursor, Codex, and Windsurf setups and a streamable-http remote at the Workers.dev endpoint for hosted clients. The catalog description is minimal, so treat capabilities as BlogCaster-project-specific MCP tools rather than a broad CMS suite. Install when you already use or build on BlogCaster and want agent-native integration; pair it with your own content strategy skills rather than expecting built-in SEO or analytics. Complexity is intermediate because you must configure MCP transport, trust the remote endpoint, and understand BlogCaster’s own project docs for meaningful workflows.
- Registers as BlogCaster MCP with npm stdio transport and a hosted streamable-http remote endpoint
- Version 1.0.1 package identifier blogcaster-mcp for local agent installs
- Dual deployment: Workers.dev remote URL plus local stdio for flexible agent setups
- Purpose-built MCP surface for the BlogCaster project rather than a generic REST wrapper skill
BlogCaster MCP by the numbers
- Exposes 7 verified tools (MCP introspection)
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add blogcaster-mcp -- npx -y blogcaster-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | blogcaster-mcp |
|---|---|
| Transport | STDIO, HTTP |
| Auth | None |
| Tools | 7 |
What it does
Wire your coding agent into BlogCaster workflows so you can publish and manage blog or cast-style content without leaving Claude Code or Cursor.
Who is it for?
Best when you're already on BlogCaster and want Claude Code or Cursor to manage content workflows via MCP.
Skip if: Skip if you do not use BlogCaster or need a full editorial CMS, SEO suite, or analytics stack from this server alone.
What you get
After you register BlogCaster MCP, your agent can invoke BlogCaster-oriented tools through MCP instead of manual dashboard or ad-hoc API scripts.
- MCP-registered BlogCaster tool surface inside your agent
- Choice of local stdio or remote streamable-http transport
By the numbers
- Server version 1.0.1
- One npm stdio package: blogcaster-mcp
- One remote streamable-http endpoint on Workers.dev
Tools 7
Public tool metadata - what this server can do for an agent.
getLoginLinkGet a login link to authenticate and manage your tokens
whoamiCheck current authenticated user
logoutClear current authentication
publishPost4 paramstitlestringrequiredcontentMarkdownstringrequiredplatformsarrayrequiredcoverImageURLstring
updatePost5 paramspostIdstringrequiredtitlestringrequiredcontentMarkdownstringrequiredplatformsarrayrequiredcoverImageURLstring
getBlogs1 paramplatformsarrayrequired
deletePost2 paramsplatformsarrayrequiredpostIdstringrequired
Recommended MCP Servers
How it compares
MCP integration for BlogCaster, not a standalone blogging skill or WordPress plugin.
FAQ
Who is BlogCaster MCP for?
Developers who run on BlogCaster and want their AI coding agent to call BlogCaster workflows through the Model Context Protocol.
When should I use BlogCaster MCP?
Use it during Grow when you are publishing or maintaining blog or cast-style content and want agent-driven actions against BlogCaster without leaving your IDE.
How do I add BlogCaster MCP to my agent?
Add the npm package blogcaster-mcp with stdio transport in your MCP config, or point a compatible client at the streamable-http remote URL from the server manifest.