Halo

v1.0.0Business Applicationsstable

通过 MCP 将 Halo 博客系统与 AI 助手(如 Claude、Cursor、Qoder、Trae等)无缝集成,让AI成为你的博客管理助手

halomcpai-integration
Share:
14
Stars
0
Downloads
0
Weekly
0/5

What is Halo?

Halo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 通过 mcp 将 halo 博客系统与 ai 助手(如 claude、cursor、qoder、trae等)无缝集成,让ai成为你的博客管理助手

通过 MCP 将 Halo 博客系统与 AI 助手(如 Claude、Cursor、Qoder、Trae等)无缝集成,让AI成为你的博客管理助手

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 通过 MCP 将 Halo 博客系统与 AI 助手(如 Claude、Cursor、Qoder、Trae等)无缝集成,让

Use Cases

Manage your Halo blog system with AI assistants.
Integrate blog management workflows with Claude and Cursor.
Huangwh826

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedApr 2, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx halo

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Halo

Halo MCP Server is a Python-based MCP server that connects AI assistants like Claude and Cursor to a self-hosted Halo blog platform, enabling full blog management through natural language. It exposes over 30 management tools covering articles, categories, tags, and attachments, plus 10 writing-focused AI prompts for content creation, SEO optimization, and translation. Developers and bloggers running Halo 2.21+ can use it to draft, edit, publish, and organize blog content without leaving their AI assistant.

Prerequisites

  • Python 3.10 or higher installed
  • A running Halo blog instance (version 2.21 or higher) with a known URL
  • A Halo personal access token generated from the Halo admin panel under Personal Center → Personal Tokens
  • An MCP-compatible client such as Claude Desktop, Cursor, or Qoder
1

Install the package

Install halo-mcp-server from PyPI using pip. A virtual environment is recommended to keep dependencies isolated.

pip install halo-mcp-server
2

Generate a Halo access token

Log in to your Halo admin panel, navigate to Personal Center → Personal Tokens, click 'Generate New Token', set a name (e.g. 'MCP Server'), select all content management permissions, and copy the token — it is only shown once.

3

Locate the Claude Desktop config file

Find the claude_desktop_config.json file for your operating system. On Windows it is at %APPDATA%\Claude\claude_desktop_config.json, on macOS at ~/Library/Application Support/Claude/claude_desktop_config.json, and on Linux at ~/.config/Claude/claude_desktop_config.json.

4

Add the server to your MCP client config

Edit claude_desktop_config.json to register the halo-mcp-server. Set HALO_BASE_URL to your Halo instance URL and HALO_TOKEN to the token you generated.

{
  "mcpServers": {
    "halo-mcp-server": {
      "command": "python",
      "args": ["-m", "halo_mcp_server"],
      "env": {
        "HALO_BASE_URL": "http://localhost:8091",
        "HALO_TOKEN": "your_halo_token_here"
      }
    }
  }
}
5

Restart Claude Desktop and verify

Fully quit and relaunch Claude Desktop. The Halo server should appear in the connected tools list. Test it by asking Claude to list your recent blog posts.

Halo Examples

Client configuration

Complete claude_desktop_config.json entry for the Halo MCP Server using your Halo instance URL and access token.

{
  "mcpServers": {
    "halo-mcp-server": {
      "command": "python",
      "args": ["-m", "halo_mcp_server"],
      "env": {
        "HALO_BASE_URL": "https://blog.example.com",
        "HALO_TOKEN": "your_halo_personal_access_token"
      }
    }
  }
}

Prompts to try

Natural language prompts that trigger the server's article management and AI writing tools.

- "List my last 10 published blog posts"
- "Create a new draft article titled 'Getting Started with Rust' with a short introduction"
- "Publish the draft article with ID 42"
- "Generate 5 SEO-optimized title suggestions for an article about cloud computing"
- "Add a new category called 'DevOps' and tag the article about Docker with it"
- "Translate my latest article into English"

Troubleshooting Halo

Connection refused or 401 Unauthorized errors when calling tools

Verify HALO_BASE_URL matches your Halo server address exactly (including http:// or https://) and that HALO_TOKEN is valid. Regenerate the token in the Halo admin panel if needed.

Claude does not show Halo tools after configuration

Ensure Python 3.10+ is on your PATH and that 'python -m halo_mcp_server' runs without errors in a terminal. If using a virtual environment, point the 'command' field to the venv Python binary (e.g. /path/to/venv/bin/python).

Article creation succeeds but content is not saved correctly

Halo MCP Server expects Markdown-formatted content. Confirm the content passed to the create tool is valid Markdown and that your Halo instance version is 2.21 or higher, which is required by the API this server uses.

Frequently Asked Questions about Halo

What is Halo?

Halo is a Model Context Protocol (MCP) server that 通过 mcp 将 halo 博客系统与 ai 助手(如 claude、cursor、qoder、trae等)无缝集成,让ai成为你的博客管理助手 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Halo?

Follow the installation instructions on the Halo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Halo?

Halo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Halo free to use?

Yes, Halo is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Halo Alternatives — Similar Business Applications Servers

Looking for alternatives to Halo? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "halo": { "command": "npx", "args": ["-y", "halo"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Halo?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides