Anki MCP
Rank #17,663io.github.arielbk/anki-mcp
MCP server providing anki-mcp capabilities
Anki MCP is a Model Context Protocol (MCP) server published by arielbk. It ranks #17,663 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Anki MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on May 27, 2025 and most recently updated on Sep 11, 2025.
Ranks ahead of 114,383 of 132,046 servers on MCP Toplist.
Use Anki MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add anki-mcp -- npx -y @arielbk/anki-mcp[mcp_servers.anki-mcp]
command = "npx"
args = ["-y", "@arielbk/anki-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"anki-mcp": {
"command": "npx",
"args": [
"-y",
"@arielbk/anki-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"anki-mcp": {
"command": "npx",
"args": [
"-y",
"@arielbk/anki-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"anki-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arielbk/anki-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"anki-mcp": {
"command": "npx",
"args": [
"-y",
"@arielbk/anki-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"anki-mcp": {
"command": "npx",
"args": [
"-y",
"@arielbk/anki-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.arielbk%2Fanki-mcp)<a href="https://mcptoplist.com/server/io.github.arielbk%2Fanki-mcp"><img src="https://mcptoplist.com/badge/io.github.arielbk%2Fanki-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
arielbk
Available versions (2)
| Version | Published |
|---|---|
| 0.3.2 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Anki MCP?
- Anki MCP is maintained by arielbk, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Anki MCP listed on the Official MCP Registry?
- Yes — Anki MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Anki MCP have?
- MCP Toplist tracks 2 versions of Anki MCP, most recently published on Sep 11, 2025.
- Where can I find the source code for Anki MCP?
- The source code for Anki MCP is hosted at github.com/arielbk/anki-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.