Anki MCP Server
by scorzeth
add_card
Create a new flashcard in Anki for the user. Must use HTML formatting only. IMPORTANT FORMATTING RULES:
- Must use HTML tags for ALL formatting - NO markdown
- Use <br> for ALL line breaks
- For code blocks, use <pre> with inline CSS styling
- Example formatting:
- Line breaks: <br>
- Code: <pre style="background-color: transparent; padding: 10px; border-radius: 5px;">
- Lists: <ol> and <li> tags
- Bold: <strong>
- Italic: <em>
Input Schema
Name | Required | Description | Default |
---|---|---|---|
back | Yes | The back of the card. Must use HTML formatting only. | |
front | Yes | The front of the card. Must use HTML formatting only. |