A11Might/mcp-server-maimemo
3.2
If you are the rightful owner of mcp-server-maimemo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Maimemo MCP Server is a server implementation that allows interaction with the Maimemo API using the Model Context Protocol.
Tools
5
Resources
0
Prompts
0
Maimemo MCP Server
Maimemo MCP Server 是一个基于 墨墨背单词 API 构建的 MCP(Model Context Protocol) 服务端。它允许用户通过 MCP 协议与墨墨背单词进行交互,例如查询单词、获取云词本等。
🛠️ Tools
释义 (Interpretations)
list_interpretations: 获取释义create_interpretation: 创建释义update_interpretation: 更新释义delete_interpretation: 删除释义
助记 (Notes)
list_notes: 获取助记create_note: 创建助记update_note: 更新助记delete_note: 删除助记
云词本 (Notepads)
list_notepads: 查询云词本create_notepad: 创建云词本get_notepad: 获取云词本update_notepad: 更新云词本delete_notepad: 删除云词本
例句 (Phrases)
list_phrases: 获取例句create_phrase: 创建例句update_phrase: 更新例句delete_phrase: 删除例句
单词 (Vocabularies)
get_vocabulary: 查询单词
🖼️ Preview

🚀 Usage
打开墨墨背单词 App,在「我的 > 更多设置 > 实验功能 > 开放 API」申请并复制 Token
-
安装
使用 go install 安装:
go install github.com/A11Might/mcp-server-maimemo@latest -
使用
将服务集成到支持 MCP 的 APP 中:
{ "mcpServers": { "mcp-server-maimemo": { "command": "mcp-server-maimemo", "env": { "MAIMEMO_TOKEN": "your_maimemo_token" } } } }
🤝 贡献
欢迎任何形式的贡献!如果你有任何想法或建议,请随时提出 Issue 或 Pull Request。
📄 许可证
本项目基于 MIT License 开源。