MCP.so
ログイン

mcp-anki-server

@cdpath

mcp-anki-server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

cdpath

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "anki": {
      "command": "uvx",
      "args": [
        "mcp-server-anki"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": []
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-anki-server?

mcp-anki-server is an MCP server that connects to Anki Desktop via the Anki Connect add-on, allowing MCP clients (such as Cursor or Chatwise) to interact with Anki flashcards. It requires uv as the runtime for installation and execution.

How to use mcp-anki-server?

Install Anki Desktop, the Anki Connect add-on, and uv. For Cursor, add an entry to .mcp.json with the command uvx mcp-server-anki. For Chatwise, go to Settings → Tools → Add, choose type stdio, ID Anki, and command uvx mcp-server-anki.

Key features of mcp-anki-server

Use cases of mcp-anki-server

FAQ from mcp-anki-server

What are the prerequisites for using mcp-anki-server?

You need Anki Desktop, the Anki Connect add-on, and uv installed.

How do I configure mcp-anki-server in Cursor?

Add the following to your .mcp.json file:

{
    "mcpServers": {
      "anki": {
        "command": "uvx",
        "args": ["mcp-server-anki"],
        "env": {},
        "disabled": false,
        "autoApprove": []
      }
    }
}

How do I configure mcp-anki-server in Chatwise?

Go to Settings → Tools → Add, set Type to stdio, ID to Anki, and Command to uvx mcp-server-anki.

Does mcp-anki-server require Anki Desktop to be running?

Yes, Anki Desktop and the Anki Connect add-on must be installed and active.

What runtime does mcp-anki-server depend on?

It requires uv for installation and execution.

コメント

「その他」の他のコンテンツ