mcp-flashcards

mclenhard/mcp-flashcards

3.1

If you are the rightful owner of mcp-flashcards and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Flashcards is a server for managing flashcards, allowing users to create, study, and organize flashcard decks programmatically.

MCP Flashcards is a model context protocol server designed to facilitate the management of flashcards. It provides a comprehensive solution for creating, studying, and organizing flashcard decks. Users can programmatically create decks, add, edit, and delete cards, and engage in study sessions using spaced repetition techniques. The server supports importing and exporting decks, making it easy to share and backup flashcard data. Additionally, it tracks statistics to help users monitor their progress. With full MCP integration, MCP Flashcards can be seamlessly incorporated into existing MCP environments, enhancing the learning experience through automation and efficient data management.

Features

  • Create and manage flashcard decks
  • Add, edit, and delete cards
  • Study mode with spaced repetition
  • Import/Export decks
  • Statistics tracking

Usages

usage with mcp settings

{
  "mcpServers": {
    "flashcards": {
      "command": "npx",
      "args": ["@no-smoke/mcp-flashcards"],
      "env": {
        "FLASHCARDS_DATA_DIR": "./flashcards-data"
      }
    }
  }
}