mcp-anki-server

by cdpath

103 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-anki-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.