zhin-mcp-server

Installation
SKILL.md

Zhin MCP Server Guide

Use this skill to set up the @zhin.js/mcp plugin, enabling AI assistants (Claude, Cursor, etc.) to understand and generate Zhin plugins via the Model Context Protocol.

Installation

pnpm add @zhin.js/mcp

Configuration

MCP requires the HTTP plugin. Enable both in zhin.config.yml:

plugins:
  - http
  - mcp
Installs
3
First Seen
Feb 9, 2026
zhin-mcp-server — zhinjs/ai-skills