mcp-server-anki
If you are the rightful owner of mcp-server-anki and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The mcp-anki-server is a Model Context Protocol (MCP) server designed to integrate with Anki, a popular flashcard application, using Anki Connect and the uv tool.
mcp-anki-server
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