Developer Tools
Trust: 28/100 (Limited)io.github.arielbk/anki-mcp Guide
MCP server for integrating with Anki flashcards through conversational AI
9 starsby arielbk
Quick Start
Install
npx @arielbk/anki-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-arielbk-anki-mcp": {
"command": "npx",
"args": [
"@arielbk/anki-mcp"
]
}
}
}