Repple
Turn conversations into Repple flashcards. Lists decks, creates cards, and generates whole batches via a specialized card-generation pipeline. FSRS scheduling built in.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add jukimenasu/repple
# Browse available tools
npx -y smithery tool list jukimenasu/repple
# Get full schema for a tool
npx -y smithery tool get jukimenasu/repple list_decks
# Call a tool
npx -y smithery tool call jukimenasu/repple list_decks '{}'Direct MCP Connection
Endpoint: https://repple.run.tools
Tools (5)
list_decks— List all flashcard decks with card counts. Use this to find where to save new cards.list_cards— List accepted flashcards in a deck. Useful for inspecting existing cards before creating new ones (avoid duplicates, ma…create_deck— Create a new deck (or nested deck path). Use "::" in the name to create nested decks (e.g. "Languages::Spanish" creates…create_card— Create a single flashcard with exact content you specify. Only use this when the user explicitly asks you to create a s…generate_flashcards— Generate flashcards from a conversation using a specialized AI card-generation pipeline. Produces high-quality, well-st…
# Get full input/output schema for a tool
npx -y smithery tool get jukimenasu/repple