MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
claude mcp add anki-mcp-server -- npx -y @ankimcp/anki-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"anki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ankimcp/anki-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"anki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ankimcp/anki-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"anki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ankimcp/anki-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"anki-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ankimcp/anki-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"anki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ankimcp/anki-mcp-server"
]
}
}
}
Reliable across a long session; no dropped connections.
Handles edge cases better than most listings in this category.
Reliable across a long session; no dropped connections.
Used it in a multi-step workflow; results were consistent.
POST /mcp