Catalog
BlogCaster MCP
Official7 toolsby BamaCharanChhandogi
An MCP server for the BlogCaster project.
MCP server for the BlogCaster content distribution platform.
Captured live from the server via tools/list.
getLoginLink
Get a login link to authenticate and manage your tokens
No parameters.
whoami
Check current authenticated user
No parameters.
logout
Clear current authentication
No parameters.
publishPost
Parameters (4)
- titlestringrequired
- contentMarkdownstringrequired
- platformsarrayrequired
- coverImageURLstring
updatePost
Parameters (5)
- postIdstringrequired
- titlestringrequired
- contentMarkdownstringrequired
- platformsarrayrequired
- coverImageURLstring
getBlogs
Parameters (1)
- platformsarrayrequired
deletePost
Parameters (2)
- platformsarrayrequired
- postIdstringrequired
README not available yet.
Install
Tools (7)
getLoginLinkwhoamilogoutpublishPostupdatePostgetBlogsdeletePost
claude_desktop_config.json
{
"mcpServers": {
"blogcaster-mcp": {
"command": "npx",
"args": [
"-y",
"blogcaster-mcp@1.0.1"
]
}
}
}