mcp-anki-server
Description
# 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: ``` {…
About
# 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"…
Details
- Author
- cdpath
- Downloads
- 103
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-anki-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Anki Desktop, the Anki Connect add-on, and uv. For Cursor, add an entry to .mcp.json with the command uvx mcp-server-anki. For Chatwise, go to Settings → Tools → Add, choose type stdio, ID Anki, and command uvx mcp-server-anki.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-anki-server": {
"anki": {
"command": "uvx",
"args": [
"mcp-server-anki"
],
"env": [],
"disabled": false,
"autoApprove": []
}
}
}
}
McpServers
{
"anki": {
"command": "uvx",
"args": [
"mcp-server-anki"
],
"env": [],
"disabled": false,
"autoApprove": []
}
}
mcp-anki-server
prerequisite
- Anki Desktop
- Anki Connect
- uv
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



