Back to MCP Servers
Anki
Manage your Anki collection with AnkiConnect & MCP
other-tools-and-integrations
By ujisati
Installation
npx -y anki-mcpConfiguration
{
"mcpServers": {
"anki-mcp": {
"command": "npx",
"args": ["-y", "anki-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes