flashcards-mcp
Click on "Deploy 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., "@flashcards-mcpAdd a new flashcard with front 'MCP' and back 'Model Context Protocol'."
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.
flashcards-mcp
An MCP server for making flashcards with your agents and being quizzed on them. SM-2 spaced repetition. Effect on Durable Object SQLite, deployed with Alchemy.
Setup
Needs a domain on your Cloudflare account and a Cloudflare Zero Trust organisation (free up to 50 users).
Create a GitHub OAuth app at https://github.com/settings/developers with the
callback URL https://YOUR-TEAM.cloudflareaccess.com/cdn-cgi/access/callback,
then write .env:
GITHUB_CLIENT_ID=...
GITHUB_CLIENT_SECRET=...
ACCESS_TEAM=https://YOUR-TEAM.cloudflareaccess.comSet HOSTNAME in src/worker.ts to your domain, then:
corepack enable
pnpm install
pnpm deploypnpm logs tails the Worker. pnpm destroy removes everything.
Related MCP server: TalkToAnki
Auth
Cloudflare Access sits in front of the domain; each signed-in email gets its own deck in its own Durable Object. MCP clients log in via managed OAuth — enable it on the Access application through the Cloudflare dashboard, and re-check it after changing that resource, since updates can drop it.
claude mcp add --transport http flashcards https://YOUR-DOMAIN/mcpTools
add_card · list_decks · get_due_cards · reveal_card · grade_card ·
edit_card · search_cards · delete_card · card_history · stats
Quiz flow: get_due_cards → ask the front → reveal_card → grade_card
(0–5; below 3 resets the interval).
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP memory server. One memory your agents share — across models, devices and apps.
MCP server for agentverse documentation, generated by doc2mcp.
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Cloud-hosted MCP server for durable AI memory
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that integrates Claude with Anki flashcards, allowing users to review due cards and create new flashcards directly through conversation.1413MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to seamlessly manage Anki flashcards, decks, and templates through the AnkiConnect API. It supports intelligent querying, batch note creation, and detailed study progress analysis using natural language.4MIT
- AlicenseAqualityDmaintenanceAn MCP server that connects to Anki for card review and creation, featuring automatic date-based organization of new cards.48 npm1MIT
- FlicenseAqualityDmaintenanceThis MCP server connects Claude with Anki, allowing users to create flashcards conversationally and automatically deduplicates, classifies, and uploads them without manual copying and pasting. It runs locally with Ollama for embeddings and classification, ensuring privacy.13-