AnkiMCP Server MCP Server
utilities By ankimcp
Description
Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.
Install & Run Command
npx -y ai.ankimcp/anki-mcp-server-addon
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"ai-ankimcp-anki-mcp-server-addon": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-ankimcp-anki-mcp-server-addon"
]
}
}
} Server Details
Stars & Popularity ⭐️ New
Author ankimcp
Category utilities
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry