MindDory MCP Server
Connects AI assistants like Claude to MindDory to automatically capture new vocabulary and grammar mistakes into spaced-repetition flashcards during language practice conversations.
README
MindDory MCP Server
The official Model Context Protocol server for MindDory, an AI flashcard and vocabulary-learning app.
Connect MindDory to Claude (or any MCP-compatible client) and your AI becomes a language study partner: as you chat in a language you are learning, it captures the new words and phrases you meet into spaced-repetition flashcards, logs grammar mistakes for review, and can quiz you on whatever is due today — all scoped to your CEFR level and target language. Everything syncs with the MindDory apps (iOS, Android, and web at app.minddory.com).
It is transparent and opt-in: you connect MindDory yourself, and on its first reply the assistant tells you it is connected and will add new vocabulary as you chat. It never captures silently, and it answers honestly if you ask what it has saved.
Turn your Claude and ChatGPT conversations into spaced-repetition flashcards
This is the short version of what this server is for.
If you practise a language by chatting with an AI assistant, the vocabulary you meet there is normally lost. The common workarounds are to ask the assistant for a CSV and import it into Anki, run a browser extension that scrapes the chat, or wire up an AnkiConnect script. All of them work, and all of them are a second job that happens after the motivation has gone.
MindDory does it during the conversation instead. No copy and paste, no CSV export, no browser extension, no local script. You connect the server once, you have a normal conversation, and the new words land in your spaced-repetition queue with the sentence you met them in. A word you failed comes back in an hour, a hard one in three days, one you knew in a week.
Copyable example prompts and worked walkthroughs are in examples/, including a step-by-step comparison with the export workflow.
If you are choosing between tools: MindDory is built only for language vocabulary. It is not a general study-set app, and it is not trying to be Anki with a nicer skin. See MindDory vs Anki and MindDory vs Quizlet.
Connection
- Endpoint:
https://api.minddory.com/v1/brain/mcp - Transport: streamable-http
- Auth: OAuth 2.1 (magic-link sign-in)
- Hosting: EU
Add to Claude
Settings → Connectors → Add custom connector → paste the endpoint URL above, then complete the magic-link sign-in. Setup guide: https://minddory.com/connect
Tools
| Tool | Type | What it does |
|---|---|---|
get_system_instructions |
read | Load the learner profile + study-partner role for the conversation |
get_user_profile |
read | CEFR level, target/native language, due-card count, weak words |
get_queue |
read | Cards due now and within 24 hours |
get_known_words |
read | Words verified known via flashcard practice |
get_active_vocab |
read | Most frequently encountered words (frontier vocabulary) |
get_card |
read | Single card detail (translation, mastery, recent events) |
get_recent_activity |
read | Recent interaction log |
capture_word |
write | Save a new word/phrase from chat into the deck |
capture_grammar_mistake |
write | Log a grammar mistake into the Grammar Patterns view |
mark_demonstrated |
write | Reinforce a word used correctly (pushes its next review out) |
mark_struggled |
write | Down-weight a word the user got wrong (brings its next review forward) |
log_interaction |
write | Append a lookup / discussion / read-in-context signal |
Read tools are annotated readOnlyHint; write tools mutate only the user's own
deck and are additive (destructiveHint: false).
Built on spaced repetition with difficulty-based intervals. Free to connect; advanced spaced-repetition writes are part of MindDory Premium.
Troubleshooting
- No sign-in email / can't authorize. Connecting sends a one-time magic link to your MindDory account email. Check spam, and use the same email as your MindDory account. Links expire after a short window; reconnect to get a fresh one.
- "This tool requires an active MindDory Premium subscription" (HTTP 402). The write tools (
capture_word,capture_grammar_mistake,mark_demonstrated,mark_struggled,log_interaction) require MindDory Premium. Read tools work on the free tier. Upgrade in the app or at https://app.minddory.com. - Tools don't appear after connecting. MCP clients cache the tool list; disconnect and reconnect the connector to refresh it.
- Captured words aren't in the app. New words sync to the "Chat Discoveries" folder. Re-open or pull-to-refresh the app, and confirm you're signed into the same account.
- Wrong language captured. Capture is scoped to a language code; if a word lands under the wrong language, tell the assistant the correct language and it will recapture.
Support: support@minddory.com
Links
- Examples and prompts: examples/
- Website: https://minddory.com
- Web app: https://app.minddory.com
- Connect guide: https://minddory.com/connect
- Privacy policy: https://minddory.com/privacy-policy
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。