Skip to main content
Glama

Anki MCP Server

package.json740 B
{ "name": "@scorzeth/anki-mcp-server", "version": "1.0.0", "description": "An MCP server for interacting with your Anki", "license": "MIT", "author": "Scott Orzech & Wai Son Wong", "type": "module", "bin": { "anki-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.3", "winston": "^3.17.0", "yanki-connect": "^2.1.8" }, "devDependencies": { "@types/node": "^20.17.10", "typescript": "^5.7.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chenxiaoyao6228/anki-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server