https://github.com/cdpath/mcp-server-anki
https://github.com/cdpath/mcp-server-anki
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdpath/mcp-server-anki
- Owner: cdpath
- License: mit
- Created: 2024-12-04T16:55:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-10T08:51:21.000Z (about 1 year ago)
- Last Synced: 2025-06-13T12:18:36.214Z (12 months ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcp-anki-server
for go version, see https://github.com/cdpath/anki-mcp
## 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
```