MisarBlog MCP Server
Misar.Blog MCP Server
通过任何 AI 助手发布和管理文章、系列、评论、表情回应、邮件通讯和分析数据。
23 个工具 · 8 个提示词 · 5 个资源 · 6 项智能体技能
适用于 Claude(Desktop、Code 和网页版)、Cursor、VS Code、Windsurf、Cline、Zed、Gemini CLI、ChatGPT 以及任何其他兼容 MCP 的客户端——通过 stdio 或 Streamable HTTP。
安装
Smithery(推荐)
npx -y @smithery/cli install misar/misarblog-mcp --client claudeClaude Code
claude mcp add misarblog -- npx -y @misarblog/mcp@latest手动安装(任何客户端)
{
"mcpServers": {
"misarblog": {
"command": "npx",
"args": ["-y", "@misarblog/mcp@latest"],
"env": { "MISARBLOG_API_KEY": "mbk_your_key_here" }
}
}
}每个客户端都有现成的配置,存放在 connectors/ 中。
远程(无需安装)
{
"mcpServers": {
"misarblog": {
"type": "streamable-http",
"url": "https://api.misar.io/blog/mcp",
"headers": { "Authorization": "Bearer mbk_your_key_here" }
}
}
}Related MCP server: WordPress MCP
身份验证
两种方式——第一种无需复制粘贴:
浏览器登录。 不携带密钥启动服务器,然后运行
login工具。它会打开 Misar.Blog 的授权界面,你查看所请求的权限后,密钥会直接返回并保存到~/.misarblog/config.json。API 密钥。 在 https://www.misar.blog/dashboard/settings/api-keys 创建一个,并设置
MISARBLOG_API_KEY。
自托管实例:设置 MISARBLOG_BASE_URL。
工具
工具 | 描述 |
| 显示你当前的 Misar.Blog 套餐、各项配额的剩余量,以及升级后可解锁的功能。 |
| 获取你的 Misar.Blog 创作者资料。 |
| 获取某个时间段的分析摘要(浏览量、收入、订阅者)。 |
| 列出你在 Misar.Blog 上的文章。 |
| 通过 slug 获取单篇文章,包括完整的 markdown 内容。 |
| 在 Misar.Blog 上发布新文章(或定时发布)。 |
| 在 Misar.Blog 上将文章保存为草稿(供发布前审阅)。 |
| 更新现有文章或草稿的标题、正文或标签。 |
| 按关键词、标签或作者搜索 Misar.Blog 上已发布的文章——包括其他创作者的作品。 |
| 研究某个主题,获取 AI 生成的洞见、来源和内容大纲。 |
| 根据主题或关键词提示生成 5 个经过 SEO/AEO/GEO 优化的文章标题。 |
| 根据你现有的文章内容生成 5 个有吸引力且利于 SEO 的文章标题选项。 |
| 使用 AI 生成封面图片并上传到 Misar.Blog CDN。 |
| 列出你在 Misar.Blog 上的所有系列。 |
| 创建新系列以归类相关文章。 |
| 将现有文章添加到系列中。 |
| 获取文章的公开评论。 |
| 通过用户的 profile UUID 获取其公开关注状态和关注者数量。 |
| 获取你的邮件通讯订阅者列表。 |
| 获取你已发送和已排期的邮件通讯期次。 |
| 获取文章的表情回应统计以及你的表情回应。 |
| 为文章添加表情回应。 |
| 移除文章中的某个表情回应。 |
提示词
你的客户端以斜杠命令形式提供的可复用工作流。
提示词 | 描述 |
| 撰写一篇完整且经过 SEO 优化的文章草稿并保存到 Misar.Blog。 |
| 对文章进行 SEO/AEO/GEO 审计并应用改进。 |
| 根据最近发布的文章起草一期邮件通讯。 |
| 基于已覆盖和尚未覆盖的内容生成文章创意。 |
| 为文章撰写针对不同平台的推广文案。 |
| 为文章生成并排序更有力的标题选项。 |
| 规划一个多部分文章系列,并在 Misar.Blog 上创建。 |
| 总结博客表现并推荐下一步行动。 |
资源
智能体无需消耗工具调用即可附加的只读上下文。
URI | 描述 |
| 你的 Misar.Blog 资料——用户名、显示名称、简介和结算状态。 |
| 你最近发布的 20 篇文章。 |
| 你未发布的草稿,便于恢复进行中的工作而无需重新开始。 |
| 你的系列及每个系列中的文章,按顺序排列。 |
| 过去 30 天的浏览量、收入和订阅者数量——回答任何表现问题时的基线数据。 |
智能体技能
随附于 skills/ 中——当任务匹配时,智能体会加载这些指导。
技能 | 使用时机 |
| 报告 Misar.Blog 的表现——浏览量、收入、订阅者、互动度。适合回答“我的博客表现如何”、生成流量报告或进行内容表现分析时使用。 |
| 在 Misar.Blog 上规划和管理多部分文章系列。适合处理“系列”“多部分”“第 2 部分”或将相关文章整理成序列时使用。 |
| 起草和审阅 Misar.Blog 邮件通讯期次及订阅者表现。适合处理“邮件通讯”“给我的订阅者发邮件”或邮件通讯表现类问题时使用。 |
| 为 Misar.Blog 文章撰写针对不同平台的推广文案。适合“分享这篇文章”“社交媒体文案”“推广我的文章”或撰写 X/LinkedIn/Reddit 文案时使用。 |
| 在 Misar.Blog 上撰写、起草和发布文章。当用户想要写一篇帖子、发布文章、保存草稿或将笔记变成博客文章时使用。 |
| 对现有 Misar.Blog 文章进行审计和改进,以提升 SEO、AEO 表现及被 AI 答案引擎引用的可能性。适合“改进 SEO”“为什么没有排名”“元描述”或“针对 AI 搜索优化”时使用。 |
安全性
破坏性和不可逆操作都会用 destructiveHint 标注,以便客户端在运行前提示用户。这些技能会指示智能体在发送邮件、发布内容或任何其他对他人可见的操作之前先征得确认。
发现类操作(initialize、tools/list、prompts/list、resources/list)不需要任何凭据,因此注册中心可以在没有凭据的情况下索引该服务器。而每一项操作都需要凭据。
链接
Smithery 技能 — publish-blog-post, seo-optimize-article, promote-article, manage-article-series, blog-analytics-report, newsletter-campaign-report
MIT © Misar AI
Maintenance
Related MCP Servers
- AlicenseBqualityAmaintenanceAn implementation of the Model Context Protocol Server that allows AI clients like Cursor or Claude Desktop to manage Ghost CMS blogs by exposing capabilities like creating posts, adding tags, and uploading images.35227MIT

WordPress MCPofficial
AlicenseBqualityFmaintenanceA WordPress plugin that implements the Model Context Protocol to enable AI models and applications to interact with WordPress sites in a structured and secure way.536944ISC- Alicense-qualityDmaintenanceEnables AI assistants to manage Halo blog systems through natural language, supporting article creation/editing/publishing, categories, tags, attachments, and includes 10 AI writing prompts for content optimization and SEO.17MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage WordPress sites through natural conversation, supporting post creation, content updates, site queries, and draft-to-publish workflows via the WordPress REST API.9MIT
Related MCP Connectors
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish web pages straight from your AI assistant and share them with a link.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Misar-AI/misarblog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server