
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A Model Context Protocol (MCP) server for Anki that enables AI assistants to interact with your Anki flashcard decks.
The AnkiConnect add-on is required for API communication with Anki.
Install AnkiConnect Add-on:
2055492159Verify Installation:
Configure AnkiConnect (Optional):
{
"apiKey": null,
"apiLogPath": null,
"webBindAddress": "127.0.0.1",
"webBindPort": 8765,
"webCorsOriginList": ["http://localhost"]
}
To install dependencies:
bun install
To build the project:
bun run build
bun run index.ts
bun run inspector
bun run preview
Once running, the MCP server provides the following tools:
list_anki_decksLists all available Anki deck names.
Example output:
Available Anki decks:
• Default
• Japanese
• Spanish
• Programming
The yanki-connect client uses these defaults:
http://127.0.0.187656If you need to customize the connection (e.g., different port, security key), you can modify the YankiConnect client initialization in lib/handlers.ts.
Some AnkiConnect actions may require explicit permission. If prompted in Anki, allow the connection.
This project was created using bun init in bun v1.1.37. Bun is a fast all-in-one JavaScript runtime.
FAQs
A Model Context Protocol (MCP) server for Anki
We found that jishik demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.