vocabflip
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vocabflipcheck today's vocabulary progress"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vocabflip
专业英语词汇学习小站,为涉外知产从业者打造,也适用于任何需要系统学习领域词汇的场景。
功能
翻卡片学词 — 正面英文,翻面显示中文释义、音标和例句,一键标记"已掌握"或"需复习"
实战例句 — 来自真实官方文件的原句,关键词高亮展示
阅读练习 — PCT/知产真实语料,配套阅读理解题
知识测验 — 选择题,即时反馈,查漏补缺
学习统计 — 每日进度、批次管理、完成率一览
MCP 工具接入 — AI 助手可直接查询今日进度、添加词汇、查看整体进度
背景持久化 — 上传自定义背景图,刷新不丢失
主题切换 — 浅色 / 深色 / 黑白三种主题
Related MCP server: Demo MCP Server
技术栈
后端:Python / Flask / SQLite
前端:原生 HTML + CSS + JS(无框架,移动端友好)
MCP:FastMCP
快速开始
git clone https://github.com/Nixie0/vocabflip.git
cd vocabflip
pip install flask fastmcp
# 启动 Web(端口 5002)
python app.py
# 启动 MCP 服务(端口 8771,可选)
python mcp_server.py浏览器打开 http://localhost:5002 即可使用。
MCP 工具列表
工具名 | 功能 |
| 查看今日学习情况 |
| 批量添加新词(JSON 格式) |
| 查询所有批次的整体进度 |
MCP 服务使用 SSE 传输,默认端口 8771。
添加自己的词汇
通过 vocab_add_words 传入 JSON 数组:
[
{
"word": "prior art",
"phonetic": "/ˈpraɪər ɑːrt/",
"meaning": "现有技术",
"example": "The invention must be novel over the prior art."
}
]也可以直接操作 vocab.db 写入 SQLite 数据库。
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA vocabulary-bank MCP server that allows users to collect unfamiliar words, organize them into decks, review with spaced repetition, and enrich with definitions and pronunciation, all stored locally.1MIT
- Flicense-qualityDmaintenanceA learning-purpose MCP server providing tools for arithmetic calculation, current time retrieval, and text analysis.
- Alicense-qualityFmaintenanceMCP server for Japanese language learning with Anki, enabling vocabulary card creation, reMarkable handwritten note OCR, and full Anki deck management.MIT
- AlicenseAqualityBmaintenanceAn MCP server for the FlashLearnAI public API that enables AI-powered flashcard deck generation, browsing sets, SM-2 spaced-repetition study sessions, and API usage tracking through natural language.7MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for skill documentation, generated by doc2mcp.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xin2399/vocabflip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server