CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Anki Mcp

arielbk/anki-mcp
9STDIOregistry active
Summary

Bridges Claude and other AI assistants to your Anki flashcard collection through AnkiConnect. You get seven high-level tools that wrap AnkiConnect's API: manage flashcards (create, update, search), run study sessions with scheduling, organize decks, pull analytics on retention and review patterns, customize note types and templates, handle sync and media operations, and retrieve media files for AI analysis. Built on yanki-connect for the AnkiConnect interface. Requires AnkiConnect 2055492159 running locally. Useful when you want conversational access to your spaced repetition cards, like asking Claude to quiz you on overdue reviews, bulk tag cards by topic, generate new cards from notes, or analyze which decks need attention. Works over stdio or HTTP transport.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

🧠 Anki MCP

NPM Package anki-mcp License: MIT
Anki MCP server

Transform your Anki flashcard experience with AI! This MCP (Model Context Protocol) server bridges your Anki flashcard collection with AI assistants like Claude, enabling natural conversations about your study materials.

🚀 What Can You Do?

Imagine having an AI tutor that knows your entire flashcard collection and can:

📚 Interactive Learning

  • "Quiz me on Japanese vocabulary I haven't seen in 3 days"
  • "Test me on challenging cards from my medical deck"
  • "Show me cards I've been struggling with recently"

✨ Smart Content Creation

  • "Create flashcards about photosynthesis with diagrams"
  • "Turn this PDF chapter into spaced repetition cards"
  • "Generate cloze deletion cards from my lecture notes"

🔍 Powerful Analytics

  • "Which topics am I struggling with most?"
  • "Show me my study patterns for the last month"
  • "What's my retention rate for different card types?"

🎯 Bulk Operations

  • "Tag all my chemistry cards with 'exam-prep'"
  • "Move cards with low retention to an intensive review deck"
  • "Find and fix duplicate cards across my decks"

🎯 Features

  • 🎯 Smart Tool Design: Intuitive, high-level tools designed specifically for AI agents
  • 💬 Natural Conversations: Talk to Claude about your flashcards like you would a study buddy
  • ⚡ Lightning Fast: Efficient operations that don't bog down your AI assistant
  • 📦 Bulk Operations: Update thousands of cards at once with simple commands
  • 📊 Study Insights: Deep analytics on your learning progress and patterns
  • 🎨 Rich Media: Full support for images, audio, and other media in your cards
  • 🔍 Powerful Search: Leverage Anki's advanced search syntax through natural language
  • 🔒 Rock Solid: Fully typed TypeScript with comprehensive error handling

🛠 Technical Stack

  • Node.js: Runtime environment (18+ required)
  • TypeScript: Type safety and developer experience
  • MCP SDK: Model Context Protocol implementation
  • yanki-connect: 🙏 Fully-typed, isomorphic AnkiConnect API client
  • tsup: Fast TypeScript bundler
  • PNPM: Efficient package manager

Special thanks to the yanki-connect library for providing the robust AnkiConnect interface that powers this integration!

📋 Prerequisites

1. Install Anki

Download and install Anki if you haven't already.

2. Install AnkiConnect Plugin

  1. Open Anki
  2. Go to Tools → Add-ons
  3. Click Get Add-ons...
  4. Enter code: 2055492159
  5. Restart Anki

📋 Version Requirements: This server requires AnkiConnect version 25.2.25.0 or newer (released 2025-02-25) for full compatibility. Most features work with older versions, but we recommend updating for the best experience.

3. Configure AnkiConnect (Optional)

AnkiConnect works out of the box, but you can customize settings:

  1. Go to Tools → Add-ons
  2. Select AnkiConnect and click Config
  3. Default settings should work fine for most users

🚀 Quick Start

Option 1: Use with Claude Desktop (Recommended)

  1. Install the package

    npm install -g @arielbk/anki-mcp
    
  2. Configure Claude Desktop

    Edit your Claude Desktop configuration file:

    macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

    Add this configuration:

    {
      "mcpServers": {
        "anki": {
          "command": "anki-mcp",
          "args": []
        }
      }
    }
    
  3. Restart Claude Desktop

  4. Start using it!

    • Make sure Anki is running with AnkiConnect enabled
    • Ask Claude: "Show me my Anki decks" or "Quiz me with 5 cards"

💡 Pro Tip: You can test your setup by asking Claude simple questions like "How many Anki decks do I have?" or "What's in my largest deck?"

Option 2: Development Setup

  1. Clone the repository

    git clone https://github.com/arielbk/anki-mcp.git
    cd anki-mcp
    
  2. Install dependencies

    pnpm install
    
  3. Build the project

    pnpm build
    
  4. Test the server

    # Use the MCP inspector to test functionality
    pnpm inspect
    

Option 3: Use with Other MCP Clients

This server works with any MCP-compatible client. You can also use it with:

  • MCP Inspector: Interactive debugging tool
  • Cline: VS Code extension for AI coding
  • Custom MCP clients: Build your own using the MCP SDK

For stdio transport, run:

node dist/index.js

For localhost HTTP (Streamable HTTP) transport, run:

node dist/index.js --http --host=127.0.0.1 --port=3000
# The MCP endpoint will be at http://127.0.0.1:3000/mcp

Clients that support Streamable HTTP can connect directly. Legacy SSE clients may still work via client-side fallback.

🎮 Usage Examples

Once configured with Claude Desktop, you can have natural conversations like:

📖 Study Sessions

You: "I have a Japanese exam tomorrow. Can you quiz me on Hiragana cards I haven't reviewed in a week?"

Claude: I'll find your Hiragana cards that need review and start a quiz session...

📝 Content Creation

You: "Create flashcards for the major battles of World War II with dates and significance"

Claude: I'll create comprehensive flashcards covering the key WWII battles...

📊 Study Analytics

You: "How am I doing with my medical terminology deck? Show me my weak areas."

Claude: Let me analyze your performance on the medical terminology deck...

🏷️ Organization

You: "Tag all cards about cardiovascular system with 'cardiology' and move them to my MCAT prep deck"

Claude: I'll help you organize those cards...

🔧 Available Tools

The server provides 7 intuitive tools that cover everything you need:

📝 Manage Flashcards

Create, update, delete, and search your flashcards. Perfect for content creation, bulk updates, and organization.

🎯 Study Sessions

Run interactive quiz sessions, manage card scheduling, and track which cards need review.

📚 Manage Decks

Create and organize decks, move cards around, and configure deck settings.

📊 Get Analytics

Dive into your study statistics, review history, and learning patterns.

🎨 Manage Models

Customize note types, add fields, modify templates, and style your cards.

🔧 Anki Operations

Handle sync, media files, imports/exports, and other utility operations.

🖼️ Get Media File

Retrieve media files (images, audio, etc.) from your Anki collection. AI assistants can analyze images directly (though they won't display in the UI).

💡 Pro Tip: Many operations support pagination to prevent overwhelming your context window. Use limit and offset parameters when working with large result sets.

🛠 Development

# Run in development mode with auto-reloading
pnpm dev

# Lint the code
pnpm lint

# Format the code
pnpm format

# Test with MCP inspector
pnpm inspect

🔧 Configuration

AnkiConnect Settings

The server connects to AnkiConnect on localhost:8765 by default. If you've customized your AnkiConnect configuration, you may need to adjust the connection settings.

Important: Make sure Anki is running and AnkiConnect is installed before using the MCP server. The server will fail to connect if AnkiConnect is not accessible.

💡 Note: The underlying yanki-connect library supports auto-launching Anki on macOS, but this feature is not currently exposed in the MCP server configuration. You'll need to start Anki manually.

Claude Desktop Advanced Configuration

For advanced users, you can pass additional parameters:

{
  "mcpServers": {
    "anki": {
      "command": "anki-mcp",
      "args": ["--verbose"],
      "env": {
        "ANKI_CONNECT_HOST": "localhost",
        "ANKI_CONNECT_PORT": "8765"
      }
    }
  }
}

Troubleshooting

Common Issues:

  • "Failed to connect to AnkiConnect": Ensure Anki is running and AnkiConnect plugin is installed
  • "No decks found": Make sure you have at least one deck in Anki
  • Claude doesn't respond: Restart Claude Desktop after configuration changes
  • Permission errors: Check that the global npm install worked correctly with npm list -g @arielbk/anki-mcp

🤝 Contributing

We welcome contributions! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

📜 License

MIT - see LICENSE file for details.

🙏 Acknowledgments

  • yanki-connect - Excellent TypeScript client for AnkiConnect
  • AnkiConnect - The plugin that makes Anki automation possible
  • Model Context Protocol - Enabling seamless AI integrations

Transform your flashcard experience with AI-powered conversations! 🚀

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Productivity & Office
Registryactive
Package@arielbk/anki-mcp
TransportSTDIO
UpdatedSep 11, 2025
View on GitHub

Related Productivity & Office MCP Servers

View all →
Office PowerPoint

gongrzhe/office-powerpoint-mcp-server

A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
1.7k
Office-Word-MCP-Server

gongrzhe/office-word-mcp-server

Exposes Word document operations via MCP to create, edit, format, and analyze documents programmatically.
2k
Microsoft Office

io.github.mindstone/mcp-server-office

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
8
Todoist

greirson/mcp-todoist

MCP server that connects Claude to Todoist for natural language task and project management with bulk operations
240
Mcp Apple Notes

henilcalagiya/mcp-apple-notes

MCP server for Apple Notes integration using AppleScript with full CRUD operations
51
AnkiMCP Server

ankimcp/anki-mcp-server-addon

Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.
50