Official Registry metadata
Anki MCP Server
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
61Recommendation
Configure in your coding agent
Copy this metadata-derived example, review it, and add secrets only through environment variables on your own machine.
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'ai-ankimcp-anki-mcp-server-f99b60a7' -- 'npx' '-y' '@ankimcp/[email protected]'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"ai-ankimcp-anki-mcp-server-f99b60a7": {
"args": [
"-y",
"@ankimcp/[email protected]"
],
"command": "npx"
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"ai-ankimcp-anki-mcp-server-f99b60a7": {
"args": [
"-y",
"@ankimcp/[email protected]"
],
"command": "npx"
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"ai-ankimcp-anki-mcp-server-f99b60a7": {
"args": [
"-y",
"@ankimcp/[email protected]"
],
"command": "npx",
"type": "stdio"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"ai-ankimcp-anki-mcp-server-f99b60a7": {
"args": [
"-y",
"@ankimcp/[email protected]"
],
"command": "npx",
"trust": false
}
}
}Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
Declared requirements
Risk signals
- Runs a local package through stdio