MCP ExplorerExplorer

Mcp Server Anki

@cdpathon 10 months ago
1 MIT
FreeCommunity
AI Systems
MCP Server for Anki integrates with Anki Desktop and Anki Connect.

Overview

What is Mcp Server Anki

mcp-server-anki is a server designed to integrate with Anki, a popular flashcard application, allowing users to enhance their study experience through automation and custom commands.

Use cases

Use cases include automating flashcard updates, integrating Anki with other applications, and developing custom study tools to enhance learning efficiency.

How to use

To use mcp-server-anki, update the .mcp.json file to include the server configuration. For chatwise, go to Settings -> Tools -> Add and configure it with the provided command.

Key features

Key features include seamless integration with Anki via Anki Connect, the ability to run commands through a command-line interface, and support for local development.

Where to use

mcp-server-anki can be used in educational environments, personal study setups, and any scenario where Anki is utilized for learning and memorization.

Content

mcp-anki-server

prerequisite

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers