md-emoji-mcp 
本项目基于 mcp-temple 构建,mcp-temple 也在不断完善中。
欢迎来到 md-emoji-mcp,一个超便捷的 CLI 小工具,让你的 Markdown 技术文章瞬间萌化~ 
一、前置准备 
- 确保已安装 Node.js(>=12)和 npm 或 yarn。
- 如果想全局使用,需要管理员权限安装,或者用 npx 也可以。
二、快速安装 & 构建
# 克隆仓库到本地
git clone https://github.com/ndlxp2008/md-emoji-mcp.git
cd md-emoji-mcp
# 安装依赖
npm install
# 或者 yarn
yarn
# 编译 TypeScript
npm run build
# 全局安装(可选)
npm install -g .
# 或者直接用 npx
npx md-emoji-mcp <markdown文件> -d emojis
cursor mcp 配置:
{
"mcpServers": {
"write_emoji_mcp": {
"command": "F:\\\\project\\\\ai\\\\mcp\\\\write_emoji_mcp\\\\build\\\\index.js"
}
}
}
三、使用示例 
# 默认从 ./emojis 目录加载本地表情包
md-emoji-mcp README.md
# 指定自定义表情包目录
md-emoji-mcp docs/guide.md -d path/to/emojis
# 支持远程占位符,比如  ,自动下载到本地哦~
处理完后,目标 Markdown 文件会被更新,对应关键词和占位符都会插入表情,让文章更生动!
四、项目结构
.
├── build/ // 编译后的 JS 文件
├── doc/ // 项目文档
├── emojis/ // 本地表情包目录
├── src/ // TS 源码
│ └── server/index.ts // CLI 入口
├── package.json // 项目配置
└── README.md // 本说明文档
五、常见问题 
-
Q:命令找不到? A:确认全局安装过,或者用
npx md-emoji-mcp。路径大小写也要对哦~ -
Q:占位符没变图片? A:占位符格式必须像 ``,联网状态良好,并且名称要准确。
六、贡献 & 联系 
觉得好用就点个 Star ⭐,欢迎提 issue 或 PR,一起把工具做得更强大! 
快去试试吧,用表情包点亮你的文档世界!
Recommend MCP Servers 💡
hamflx/imagen3-mcp
An image generation tool based on Google's Imagen 3.0, providing services through MCP (Model Control Protocol).
@jinzcdev/markmap-mcp-server
An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).
ph0ryn/Discord-webhook-MCP
A MCP server that enables sending messages to Discord via webhook using the Model Context Protocol.
MCP-Kali-Server
A lightweight API bridge connecting MCP Clients to execute commands on a Linux terminal for AI-assisted penetration testing and CTF challenges.
a11y-mcp-server
An MCP server that gives LLMs access to web accessibility testing APIs using Deque Axe-core and Puppeteer
lldb_mcp
A proper, simple LLDB MCP server with minimal dependencies, supporting commands like lldb_init and lldb, working well with o4-mini and Gemini 2.5 Pro.