AI & ML
Trust: 25/100 (Limited)io.github.nailuoGG/anki-mcp-server Guide
MCP server enabling LLMs to interact with Anki flashcard software through AnkiConnect
Quick Start
Install
npx anki-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-nailuogg-anki-mcp-server": {
"command": "npx",
"args": [
"anki-mcp-server"
]
}
}
}