JNK234/Quibo-MCP-
3.1
If you are the rightful owner of Quibo-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.
Quibo MCP Server is designed to integrate with Claude Desktop, enabling the generation of AI-powered blog posts.
Tools
16
Resources
0
Prompts
0
Quibo MCP Server
MCP server for Quibo - enables Claude Desktop to generate AI-powered blog posts.
Installation
pip install -e .
Usage
# Requires backend running at localhost:8000
quibo-mcp-unified
Claude Desktop Config
Add to ~/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"
}
}
}
}
Tools
| Category | Tools |
|---|---|
| Project | create_project, list_projects, get_project_status, delete_project |
| Files | upload_files, process_files |
| Outline | generate_outline, get_outline, regenerate_outline |
| Sections | draft_section, get_section, regenerate_section, get_all_sections |
| Refine | refine_section, generate_title_options |
| Automation | generate_complete_blog |
Environment
MCP_BACKEND_URL=http://localhost:8000 # Backend API URL
MCP_LOG_LEVEL=INFO # Logging level
License
MIT