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 customizable applications.

NextChat
NextChat: A light and fast AI assistant supporting Claude, DeepSeek, GPT-4 &...

cherry-studio
Cherry-studio is a multilingual project platform for collaboration.
eion
Eion connects AI agents via shared memory for collaborative intelligence.
voicemode
Voice Mode enables natural voice conversations with AI assistants like...
quick-data-mcp
Quick-Data is an MCP server for analyzing .json and .csv files with reusable...