my-anki-mcp
Verified Safeby laomeifun
Overview
Enables AI assistants to interact with Anki flashcards through a Model Context Protocol (MCP) server.
Installation
npx @laomeifun/my-anki-mcpEnvironment Variables
- ANKI_CONNECT_URL
- ANKI_CONNECT_API_VERSION
- ANKI_CONNECT_API_KEY
- ANKI_CONNECT_TIMEOUT
- LOG_LEVEL
- PORT
- HOST
- ALLOWED_ORIGINS
Security Notes
The server uses standard security practices like input validation (Zod) and explicit confirmation for destructive actions (e.g., deleteNotes). Sensitive configurations like AnkiConnect API keys are expected via environment variables. Network exposure is primarily controlled by user configuration; for HTTP mode, it defaults to localhost, and the integrated ngrok feature explicitly warns users about the security implications of exposing a public URL. There are no obvious hardcoded secrets or malicious patterns.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
anki-mcp-server
Enables Large Language Models (LLMs) to interact with and manage Anki flashcards and decks using the AnkiConnect add-on, providing tools for creating, updating, searching, and organizing learning material.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-server-antv
A Model Context Protocol (MCP) server that provides AntV documentation context and code examples for AI development and quality assurance workflows.