Anki MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from npm.
MCP server enabling LLMs to interact with Anki flashcard software through AnkiConnect
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add anki-mcp-server -- npx -y anki-mcp-server
{
"mcpServers": {
"anki-mcp-server": {
"args": [
"-y",
"anki-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.anki-mcp-server]
command = "npx"
args = ["-y", "anki-mcp-server"]
{
"mcpServers": {
"anki-mcp-server": {
"args": [
"-y",
"anki-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"anki-mcp-server": {
"args": [
"-y",
"anki-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.