📦
Anki
MCP Server for Anki via AnkiConnect
0 installs
1 stars
Trust: 45 — Fair
Devtools
Installation
npx mcp-server-ankiAsk AI about Anki
Powered by Claude · Grounded in docs
I know everything about Anki. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-anki-server
for go version, see https://github.com/cdpath/anki-mcp
prerequisite
usage
cursor
update .mcp.json to add the following:
{
"mcpServers": {
"anki": {
"command": "uvx",
"args": ["mcp-server-anki"],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
chatwise
Go to Settings -> Tools -> Add and use the following config:
Type: stdio
ID: Anki
Command: uvx mcp-server-anki
local development
uv --directory $HOME/Developer/mcp-server-anki/src/mcp_server_anki run server.py
