Anki Connect
Manage Anki flashcards and decks via the AnkiConnect plugin.
Anki Connect MCP server
An MCP server for the Anki Connect plugin on the desktop.
This MCP server defines some concrete tools for key requests to manipulate the notes while keeping the base RPC request for arbitrary calls.
How to connect
Before installing the MCP and using it, make sure you have Anki desktop app installed with AnkiConnect plugin. This plugin allows to send requests on 127.0.0.1:8765 this MCP server is using.
Whenever you want to interact with MCP server, Anki desktop app should be running.
Then:
- clone this repo
- run
corepack enableon Node.JS if you want to use yarn, thenyarn installandyarn build
Or install it via any other package manager, such as npm.
Claude Desktop
You can set up local MCP server for Claude desktop
Go to File -> Settings -> Developer, discover the config and add an MCP server. Adjust paths for the cloned repo project.
Linux/Mac
{
"mcpServers": {
"anki-connect": {
"command": "node",
"args": ["/Documents/anki-mcp/disk/index.js"]
}
}
}
Windows:
{
"mcpServers": {
"anki-connect": {
"command": "node.exe",
"args": ["C:\\anki-mcp\\dist\\index.js"]
}
}
}
Related Servers
OpenHeidelberg
Fetches and merges iCal calendar entries from various sources.
Unchained Engine
E-Commerce Engine with built-in MCP Server
Careflow-MCP
Production-ready healthcare workflow automation powered by n8n and the Model Context Protocol. Enables Claude and other AI assistants to trigger HIPAA-compliant patient task management workflows through natural language.
MIST
An AI assistant server for managing notes, Gmail, Calendar, Tasks, and Git.
Google Tag Manager
Manage Google Tag Manager accounts, containers, and tags via its API, with built-in Google OAuth.
HubSpot MCP
Access and manage HubSpot CRM data through a standardized interface using the HubSpot API.
Ramp
Interact with Ramp's Developer API to run analysis on your spend and gain insights leveraging LLMs
Geekbot MCP
An MCP server that integrates Geekbot data and tools with AI models.
EndNote Library Connector
Search, cite, and read PDFs from your EndNote reference library directly in Claude Desktop
YTTranscipterMultilingualMCP
Transcribe YouTube videos in multiple languages.