Anki MCP Server
by zlatanpham
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Optional: API key for external tools | |
| API_URL | No | Optional: External tools API configuration | |
| ANKI_API_KEY | Yes | Your Anki API key | |
| ANKI_BASE_URL | No | Anki API base URL | http://localhost:3000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listDecks | List all Anki decks with optional pagination |
| createDeck | Create a new Anki deck |
| addCardsBatch | Add multiple cards to a deck in batch |
| addBasicCard | Add a single basic card to a deck |
| addClozeCard | Add a cloze deletion card to a deck |
| getReviewQueue | Get cards due for review with filtering options |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Server Status |
Latest Blog Posts
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/zlatanpham/anki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server