Anki MCP Server
anki-mcp MCP サーバー
AnkiConnectプラグインを介してAnkiと統合するサーバー
これはTypeScriptベースのMCPサーバーで、AnkiConnectプラグインを介してAnkiと統合されます。以下の機能を提供することで、MCPのコアコンセプトを実証します。
URI を持つ Anki デッキとノートモデルを表すリソース
Ankiノートを作成および管理するためのツール
AnkiConnect APIとの統合
特徴
リソース
anki://decks/{id}URI 経由で Anki デッキを一覧表示してアクセスしますanki://models/{id}URI 経由でノートモデルの一覧表示とアクセスAnkiオブジェクトのJSON表現
ツール
listDecks- すべてのデッキの名前を取得するlistModels- すべてのノートモデルの名前を取得しますgetModel- 特定のノートモデルの詳細を取得するaddNote- 単一のメモを作成するデッキ名、モデル名、フィールド、タグを指定します
addNotes- 複数のメモを一括作成指定されたパラメータで多数のノートを作成する
Related MCP server: Anki MCP Server
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watchインストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"anki-mcp": {
"command": "node",
"args": ["d:\\anki-mcp-server\\build\\index.js"]
}
}
}デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables LLMs to interact with Anki flashcard software through AnkiConnect, allowing for creation and management of flashcards, decks, and note types.316154248MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows LLMs to interact with Anki flashcard software, enabling functions like creating decks, adding notes, searching cards, and managing flashcard content through natural language.1541MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables interaction with Anki flashcards through AnkiConnect, providing organized tools for managing decks, notes, cards, models, and media files.407MIT
- AlicenseCqualityBmaintenanceServer that enables programmatic interaction with Anki through the Model Context Protocol, allowing users to manage flashcards, decks, and review processes.31639MIT
Related MCP Connectors
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
AI-powered YouTube to flashcards with spaced repetition and Anki export
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/CamdenClark/anki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server