A Model Context Protocol (MCP) server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anki-mcp-server": {
"command": "npx",
"args": [
"-y",
"ankimcp/anki-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add anki-mcp-server npx -y ankimcp/anki-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"anki-mcp-server": {
"command": "npx",
"args": [
"-y",
"ankimcp/anki-mcp-server"
]
}
}
}