Quibo MCP服务器
MCP服务器 Quibo -使Claude Desktop能够生成基于AI的博客文章。
安装
pip install -e .用法
# Requires backend running at localhost:8000
quibo-mcp-unifiedClaude桌面配置
增添 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"blog-assistant": {
"command": "python",
"args": ["-m", "quibo_mcp.unified_server"],
"env": {
"MCP_BACKEND_URL": "http://localhost:8000"
}
}
}
}工具
| 类别 | 工具 |
|---|---|
| 项目 | create_project, list_projects, get_project_status, delete_project |
| 文件 | upload_files, process_files |
| 大纲 | generate_outline, get_outline, regenerate_outline |
| 章节 | draft_section, get_section, regenerate_section, get_all_sections |
| 精炼 | refine_section, generate_title_options |
| 自动化 | generate_complete_blog |
环境
MCP_BACKEND_URL=http://localhost:8000 # Backend API URL
MCP_LOG_LEVEL=INFO # Logging level许可证
麻省理工学院
