rmunoz33/bearblog-mcp
If you are the rightful owner of bearblog-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Bear Blog MCP Server allows programmatic interaction with Bear Blog, enabling AI assistants to manage blog posts and settings directly.
Tools
Functions exposed to the LLM to take actions
bear_list_posts
List all blog posts
bear_get_post
Get a specific post by ID
bear_create_post
Create a new post
bear_update_post
Update an existing post
bear_delete_post
Delete a post permanently
bear_publish_post
Toggle publish status
bear_list_pages
List all pages
bear_get_page
Get a specific page by ID
bear_create_page
Create a new page
bear_update_page
Update an existing page
bear_delete_page
Delete a page permanently
bear_publish_page
Toggle page publish status
bear_get_blog_settings
Get current blog configuration
bear_update_blog_settings
Update blog settings
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client