Skip to main content
Glama

Anki MCP Server

by johwiebe

Servidor MCP de Anki

Un servidor de Protocolo de Contexto Modelo (MCP) para integrar asistentes de IA con Anki, el popular software de tarjetas didácticas de repetición espaciada.

Características

Este servidor MCP permite que los asistentes de IA interactúen con Anki a través de las siguientes herramientas:

Herramientas

  • get-collection-overview : Devuelve una descripción general de la colección de Anki, como los mazos disponibles, los modelos disponibles y sus campos
  • Agregar o actualizar notas : Agrega nuevas notas o actualiza las existentes. Permite agregar o actualizar varias notas a la vez por lotes.
  • get-cards-reviewed : Obtener la cantidad de tarjetas revisadas por día
  • find-notes : permite consultar notas utilizando la sintaxis de búsqueda de Anki

Requisitos

  • Anki debe estar instalado y funcionando
  • El complemento AnkiConnect debe estar instalado en Anki y ejecutándose
  • Este servidor MCP usa uv . Para uv , siga las instrucciones oficiales .

Configuración

Escritorio de Claude

  1. Abra el archivo de configuración de Claude Desktop:
  • MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Ventanas: %APPDATA%/Claude/claude_desktop_config.json
  1. Agregue anki-mcp a la sección mcpServers :
"mcpServers": { "anki-mcp": { "command": "uvx", "args": [ "anki-mcp" ] } }
  1. Reinicie Claude Desktop.
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP de toma de notas simple que almacena notas y puede generar resúmenes del contenido almacenado.

  1. Características
    1. Herramientas
  2. Requisitos
    1. Configuración
      1. Escritorio de Claude

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.
      Last updated -
      4
      6
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      A simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.
      Last updated -
      5
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.
      Last updated -
      3
      Python
    • -
      security
      -
      license
      -
      quality
      A simple MCP server for creating and managing notes with support for summarization functionality.
      Last updated -
      Python

    View all related MCP servers

    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/johwiebe/anki-mcp'

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