Mofei Life Server
БесплатноНе проверенEnables browsing Mofei's blog posts, fetching article details, comments, and recommendations via MCP tools.
Описание
Enables browsing Mofei's blog posts, fetching article details, comments, and recommendations via MCP tools.
README
This repository hosts the Cloudflare Workers MCP server that powers the blog app from the article “How to Build a ChatGPT App From Scratch: MCP Integration, Custom Widgets, and Real API Examples”. It exposes Mofei's blog APIs as MCP tools so ChatGPT (and any MCP client) can browse posts, fetch details, and surface recommendations.
What’s inside
- Cloudflare Worker + Durable Object MCP server (
src/index.ts) with SSE endpoints at/sseand/mcp. - Four blog-focused MCP tools:
list-blog-posts,get-blog-article,get-comment-list, andget-recommend-blog. - Wrangler configuration (
wrangler.jsonc) ready for local dev and production deploy.
Quick start (local)
- Install dependencies:
npm install - Start the dev server:
npm run dev - The MCP endpoints are available at
http://localhost:8787/sse(SSE) andhttp://localhost:8787/mcp.
If you need to expose local dev to ChatGPT, run ngrok http 8787 (or your tunneling tool) and append /sse to the public URL.
Deploy to Cloudflare Workers
- Configure your Cloudflare account with Wrangler (
npm create cloudflare@latestif you need an account setup). - Deploy:
npm run deploy - Your public MCP endpoint will be
https://<worker-name>.<your-account>.workers.dev/sse.
Connect from ChatGPT (Apps Developer Mode)
- In ChatGPT: Settings → Apps & Connectors → Advanced settings → Enable “Developer mode”.
- Create a connection and set “MCP Server URL” to your endpoint:
- Cloudflare:
https://<worker-name>.<your-account>.workers.dev/sse - Local via ngrok:
https://<random>.ngrok.io/sse - Keep the trailing
/sse.
- Cloudflare:
- Test the connection to confirm tools and resources are detected, then save.
- Try a prompt such as: “Show me the latest posts from Mofei’s blog in English.”
Available tools
list-blog-posts— Paginated blog list. Params:page(number),lang(en/zh).get-blog-article— Fetch a specific article byidandlang.get-comment-list— Retrieve comments withpageandpageSize.get-recommend-blog— Related articles for a givenidandlang.
Responses return the underlying JSON from https://api.mofei.life. For UI widgets, pair this server with the single-file widget bundle described in the blog post (structured content for the model + _meta for the widget data).
Useful scripts
npm run dev— Local dev server on port 8787.npm run deploy— Deploy to Cloudflare Workers.npm run format/npm run lint:fix— Biome formatting and linting.
More resources
- Full article: https://www.mofei.life/en/blog/article/chatgpt-app
- ChatGPT Apps SDK docs: https://developers.openai.com/apps-sdk
- MCP spec: https://modelcontextprotocol.io/
Установка Mofei Life Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zmofei/mofei-life-mcpFAQ
Mofei Life Server MCP бесплатный?
Да, Mofei Life Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mofei Life Server?
Нет, Mofei Life Server работает без API-ключей и переменных окружения.
Mofei Life Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mofei Life Server в Claude Desktop, Claude Code или Cursor?
Открой Mofei Life Server на 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 Mofei Life Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
