Wisel
БесплатноНе проверенThis MCP server provides an editorial bridge to Wisel.my, allowing health checks, story management (list, get, create draft, update, publish, and schedule) thro
Описание
This MCP server provides an editorial bridge to Wisel.my, allowing health checks, story management (list, get, create draft, update, publish, and schedule) through the Wisel API over HTTPS.
README
Editorial bridge for Wisel.my. It provides a small CLI and MCP server that talk to the Wisel API on the Hostinger VPS.
Architecture
The MCP/CLI runs in the trusted editorial environment and calls the VPS API over HTTPS. The VPS API remains private or token-protected; the MCP is not a replacement for the Wisel backend.
Configuration
export WISEL_API_URL=https://api.wisel.my
export WISEL_API_TOKEN=replace-me
CLI
npm install
npm run build
node dist/cli.js health
node dist/cli.js stories --status draft
node dist/cli.js create --file story.json --thumbnail thumbnail.webp
node dist/cli.js publish STORY_ID
The CLI sends stories as draft by default. Publishing is a separate explicit command.
MCP
npm run build
node dist/mcp.js
The MCP uses stdio, which is suitable for a future ChatGPT connector/host. It exposes health_check, list_stories, get_story, create_story_draft, update_story, publish_story, and schedule_story.
Story input
See examples/story.json. Thumbnail upload is multipart and accepts common image formats. Keep generated thumbnails optimized, preferably WebP/AVIF and below 300 KB.
VPS contract
The Wisel API should expose the following token-protected routes:
| Method | Route | Purpose |
|---|---|---|
| GET | /health |
API health check |
| GET | /editorial/stories |
List stories |
| GET | /editorial/stories/:id |
Read one story |
| POST | /editorial/stories |
Create draft, optionally with thumbnail multipart field |
| PATCH | /editorial/stories/:id |
Small editorial updates |
| POST | /editorial/stories/:id/publish |
Publish |
| POST | /editorial/stories/:id/schedule |
Schedule |
Установка Wisel
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/khusairy/wisel-mcpFAQ
Wisel MCP бесплатный?
Да, Wisel MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Wisel?
Нет, Wisel работает без API-ключей и переменных окружения.
Wisel — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Wisel в Claude Desktop, Claude Code или Cursor?
Открой Wisel на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Wisel with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
