PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serverscontent-management-systemsmcp-server
返回「content-management-systems」

mcp-server

modelscope·@Headlesshost/mcp-server

content-management-systems0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Headlesshost MCP Server

A comprehensive Model Context Protocol (MCP) server that provides complete communication with the Headlesshost platform API endpoints. This server enables AI assistants to interact with all aspects of the Headlesshost platform including user management, content site operations, staging site management, content generation, analytics, and system administration.

Demo

https://www.youtube.com/watch?v=xGGwcrI7gSo&feature=youtu.be

Installation

  1. Clone this repository

  2. Install dependencies:

    npm install
    
  3. Build the server:

    npm run build
    

Usage

With Claude Desktop

Add this configuration to your Claude Desktop config file:

On a Mac (edit or create this file).

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

For local development

{
  "mcpServers": {
    "Headlesshost-cms": {
      "command": "node",
      "args": ["/path/to/Headlesshost-mcp/build/index.js"],
      "env": {
        "HEADLESSHOST_API_KEY": "your-auth-token"
      }
    }
  }
}

For automated install via npx

{
  "mcpServers": {
    "headlesshost-cms": {
      "command": "npx",
      "args": ["headlesshost-mcp-server"],
      "env": {
        "HEADLESSHOST_API_KEY": "sk_live_your_api_key"
      }
    }
  }
}

With Other MCP Clients

This server is compatible with any MCP client including:

  • VS Code with MCP extensions
  • Zed Editor
  • Continue.dev
  • Custom MCP implementations

Configure your client to use:

  • Command: node
  • Args: ["/path/to/Headlesshost.mcp/build/index.js"]
  • Environment: Set HEADLESSHOST_API_KEY

Development

Build the server:

npm run build

Run the server directly:

npm start

Run the MCP inspector for debugging:

npm run inspector

Resources

The server provides 2 resources for configuration and monitoring:

  • API Configuration: Current Headlesshost API settings and endpoints
  • API Health Status: Real-time connectivity and health information

Error Handling

The server includes comprehensive error handling with:

  • API authentication validation
  • Network connectivity checks
  • Detailed error messages and troubleshooting information
  • Graceful fallbacks for API timeouts

Security

  • API key authentication required for all operations
  • Secure environment variable handling
  • Request/response logging for audit trails
  • Input validation and sanitization

相关 MCP Servers(来自「content-management-systems」)

小红书API代理

一个将小红书(Xiaohongshu)API封装为RESTful API服务器的微服务,允许用户在该平台上执行多种操作,例如获取笔记、搜索用户和内容、访问用户信息等。

@proerror77/xhs_mcp_agent

MarkMap-MCP服务器

一个模型上下文协议服务器,可将Markdown文本转换为支持丰富交互操作和多格式导出的交互式思维导图。

@jinzcdev/markmap-mcp-server

MCPMS笑话

一种模型上下文协议服务器,它使Microsoft Copilot Studio能够从各种来源获取笑话,包括Chuck Norris笑话、爸爸笑话和Yo Mama笑话。

@VoltScp/MCPMS

知乎MCP服务器

一种模型上下文协议服务器,允许用户使用大型语言模型自动生成文章,并直接发布到知乎(一个中国的问答平台)。

@Victorzwx/zh_mcp_server

WordPress MCP 服务器

为 WordPress 实现了一个模型上下文协议服务器,增强了 VS Code 的 WordPress 特定智能,包括数据库集成、代码补全和文档支持。

@sharmashivanand/mcp-wordpress

cuongpham2107

暂无描述。

@cuongpham2107/word-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/headlesshost-mcp-server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npm install

基本信息

分类
content-management-systems / marketing / app-automation
运行方式
No
许可证
Unknown
详情文件
headlesshost-mcp-server.md