anki-mcp-server

mogottsch/anki-mcp-server

3.1

If you are the rightful owner of anki-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Anki MCP Server is a minimal Python server designed to integrate with Anki using the AnkiConnect plugin and FastMCP.

Anki MCP Server

A minimal Python MCP server for integrating with Anki via the AnkiConnect plugin using FastMCP.

Usage

Prerequisites

Installation

git clone <repository-url>
cd anki-mcp-server
uv sync

Configuration

Copy .env.example to .env and adjust values as needed to configure the server environment.

Start the Server

uv run anki-mcp-server

The server will start on http://127.0.0.1:8000/mcp by default.

Development

For development with hot reload using Uvicorn:

uv run uvicorn src.anki_mcp_server.server:mcp --reload --host 127.0.0.1 --port 8000

MIT License