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"]
}
}
}
Servidores relacionados
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
Free Trading Charts - TraderWai
Free MCP server that gives AI real-time candlestick charts for forex, crypto, commodities and indices. 34 symbols, 6 timeframes, updated every minute.
Microsoft 365
Interact with Microsoft 365 services like Outlook, OneDrive, and Teams using the Graph API.
Nexs MCP
NEXS MCP Server is a high-performance implementation of the Model Context Protocol, designed to manage AI elements with enterprise-grade architecture. Built with the official MCP Go SDK v1.1.0, it provides a robust foundation for AI system management.
UTM Mind MCP
Automate UTM link creation, validation, and governance with natural language commands.
Garmin Workouts MCP
Create Garmin Connect workouts using natural language.
Atlassian Confluence
Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.
JIRA
Integrate Atlassian JIRA into any MCP-compatible application to manage issues and projects.
Google Sheets
Interact with Google Sheets using a Python-based MCP server and Google Apps Script.
Google Calendar
Integrates with Google Calendar to manage events, reminders, and schedules using OAuth 2.0.
Kibela
An MCP server for integrating with the Kibela API, allowing LLMs to access and manage content on the knowledge-sharing platform.