- Explore MCP Servers
- write_emoji_mcp
Write Emoji Mcp
What is Write Emoji Mcp
write_emoji_mcp is a convenient CLI tool designed to enhance Markdown technical articles by adding emojis, making them more engaging and lively.
Use cases
Use cases include enhancing README files, creating engaging tutorials, and improving the visual quality of technical articles by integrating emojis.
How to use
To use write_emoji_mcp, ensure you have Node.js (>=12) installed. Clone the repository, install dependencies, and build the project. You can run it globally or use npx to process your Markdown files with emojis.
Key features
Key features include support for local and remote emoji packs, automatic downloading of remote emojis, and the ability to specify custom emoji directories.
Where to use
write_emoji_mcp can be used in technical writing, documentation, blogs, and any Markdown-based content where visual appeal is desired.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Write Emoji Mcp
write_emoji_mcp is a convenient CLI tool designed to enhance Markdown technical articles by adding emojis, making them more engaging and lively.
Use cases
Use cases include enhancing README files, creating engaging tutorials, and improving the visual quality of technical articles by integrating emojis.
How to use
To use write_emoji_mcp, ensure you have Node.js (>=12) installed. Clone the repository, install dependencies, and build the project. You can run it globally or use npx to process your Markdown files with emojis.
Key features
Key features include support for local and remote emoji packs, automatic downloading of remote emojis, and the ability to specify custom emoji directories.
Where to use
write_emoji_mcp can be used in technical writing, documentation, blogs, and any Markdown-based content where visual appeal is desired.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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,一起把工具做得更强大! 
快去试试吧,用表情包点亮你的文档世界!
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










