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"]
}
}
}
Server Terkait
CData Google Calendars
A read-only MCP server by CData that enables LLMs to query live Google Calendars data. Requires a separate CData JDBC Driver for Google Calendars.
PowerPoint MCP Server
Manipulate PowerPoint presentations using the python-pptx library.
Claude MCP Trello
Interact with Trello boards and cards via the Trello API, with built-in rate limiting and error handling.
Basecamp by CData
A read-only MCP server by CData that allows LLMs to query live Basecamp data.
Evernote
Connects your Evernote account to an LLM, enabling natural language search and queries over your notes.
MCP iCal Server
A server for performing CRUD operations on the macOS Calendar app.
Weather Service MCP Server
A simple note-saving system with a custom URI scheme, providing tools to add and summarize notes.
MCP Microsoft Office Bridge
A secure, multi-user server connecting LLMs to Microsoft 365 services.
Homelab MCP
MCP servers for managing homelab infrastructure through Claude Desktop. Monitor Docker/Podman containers, Ollama AI models, Pi-hole DNS, Unifi networks, and Ansible inventory.
Clarify Prompt MCP
An MCP server that transforms vague prompts into platform-optimized prompts for 58+ AI platforms across 7 categories — with support for registering custom platforms and providing markdown instruction files.