Skip to main content
Glama

Anki MCP Server

by johwiebe

Anki MCP 服务器

用于将 AI 助手与流行的间隔重复抽认卡软件 Anki 集成的模型上下文协议 (MCP) 服务器。

特征

该 MCP 服务器使 AI 助手能够通过以下工具与 Anki 进行交互:

工具

  • get-collection-overview :返回 Anki 集合的概述,如可用的卡组、可用的模型及其字段
  • add-or-update-notes :添加新注释或更新现有注释。允许一次性批量添加/更新多条注释。
  • get-cards-reviewed :获取每日审核的卡片数量
  • find-notes :允许使用Anki 搜索语法查询笔记

要求

  • 必须安装并运行 Anki
  • AnkiConnect插件必须安装在 Anki 中并运行
  • 此 MCP 服务器使用uv 。请按照官方说明安装uv

配置

克劳德桌面

  1. 打开您的 Claude Desktop 配置文件:
  • MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  1. anki-mcp添加到mcpServers部分:
"mcpServers": { "anki-mcp": { "command": "uvx", "args": [ "anki-mcp" ] } }
  1. 重新启动 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.

一个简单的笔记记录 MCP 服务器,用于存储笔记并生成存储内容的摘要。

  1. 特征
    1. 工具
  2. 要求
    1. 配置
      1. 克劳德桌面

    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
      7
      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 simple MCP server for creating and managing notes with support for summarization functionality.
      Last updated -
      1
      Python
    • A
      security
      F
      license
      A
      quality
      A simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.
      Last updated -
      4
      2
      Python
      • Apple

    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