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
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
CData Zoho Projects Server
A read-only MCP server to query live Zoho Projects data using the CData JDBC driver.
mcp-walmart-ads
MCP server for Walmart Connect Ads (Sponsored Search + Display) — automatic RSA-SHA256 signing, multi-region config, and bundled API docs.
Intugle MCP
Generate automated semantic models using data engineering agents and built data products on demand
Eloa - AI Content Curator
All your RSS feeds aggregated in one place. Eloa highlights what's new, shows the source, and how long ago it was published. Filter by read and unread.
Runbook
Integrates with Runbook to allow listing, reading, and searching over documents.
site-audit-mcp
PageSpeed, WHOIS, DNS, SSL checks, and site health analysis for AI agents. 6 tools, free, no API key.
Agentcy
A managed AI marketing agent that plugs into all your AI tools. Ask about your marketing in natural language — get synthesized insights from GA4, Google Ads, Search Console, WooCommerce, and more.
Trello
Trello integration for working with boards, lists in boards and cards in lists.
AppleScript MCP
Execute AppleScript to gain full control of your Mac.
planka-v2-mcp
A specialized Model Context Protocol (MCP) server that enables LLMs (like Claude in Cursor) to interact with Planka v2.x kanban boards.