Anki Connect MCP Server

Anki Connect MCP Server

Enables interaction with Anki desktop flashcard app through the AnkiConnect plugin. Provides tools to manipulate notes and make arbitrary RPC requests to manage flashcards and decks.

Category
Visit Server

README

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:

  1. clone this repo
  2. run corepack enable on Node.JS if you want to use yarn, then yarn install and yarn 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"]
    }
  }
}

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured