Anki Mcp Http
Freeby MCP Community
Model Context Protocol server for Anki - enables AI assistants to interact with your Anki flashcards
v0.15.1Added Apr 12, 2026
mcpmodel-context-protocolankiflashcardsspaced-repetition
Anki Mcp Http MCP Server
Model Context Protocol server for Anki - enables AI assistants to interact with your Anki flashcards
Installation
npx -y anki-mcp-http
Reviews
Installation
Quick install
npx -y anki-mcp-http
Add to claude_desktop_config.json
{
"mcpServers": {
"anki-mcp-http": {
"command": "npx",
"args": ["-y", "anki-mcp-http"]
}
}
}