Content
# mcp-anki-server
## prerequisite
- [Anki Desktop](https://apps.ankiweb.net/)
- [Anki Connect](https://ankiweb.net/shared/info/2055492159)
- [uv](https://docs.astral.sh/uv/getting-started/installation/)
## 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
```
You Might Also Like
OpenWebUI
Open WebUI is an extensible web interface for various applications.

NextChat
NextChat is a light and fast AI assistant supporting Claude, DeepSeek,...

cherry-studio
Cherry-studio is a multilingual project supporting various languages.

LibreChat
LibreChat is an open-source chat platform for seamless communication.

Continue
Continue allows developers to create and share custom AI code assistants.

repomix
Repomix packages your codebase into AI-friendly formats.