Skip to main content
Glama
fabianissam

AnkiConnect MCP Server

by fabianissam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOWED_DECKSNoOptional allowlist of deck names the server is allowed to access
ANKI_CONNECT_URLNoThe URL of the AnkiConnect add-on serverhttp://127.0.0.1:8765

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_decksA

List Anki deck names only. Read-only. Never call in parallel with other tools.

list_deck_cardsA

List numbered cards in a deck for systematic review sessions. Read-only. Use with chat analysis (verb forms, declension, etc.). Never call in parallel with other tools.

get_cardA

Get one card's full content. Read-only. Never call in parallel with other tools.

add_cardA

Add a card to Anki after Cursor Run. Never call in parallel with other tools.

search_cardsA

Search notes — read-only, for targeted lookups (verbs, tags, text). For full deck walkthrough use list_deck_cards instead. Never call in parallel with other tools.

edit_cardA

Apply one approved edit. Show BEFORE/AFTER in chat first, then call with new values.

Used during systematic deck review when the user approves a specific card (#N). If the user sends new context, revise — do not ignore their message. Never call in parallel with other tools.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fabianissam/AnkiConnectMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server