Skip to main content
Glama
ccmdi

Obsidianki MCP Server

by ccmdi

Obsidianki MCP Server

MCP server for generating flashcards using obsidianki.

Prerequisites

Installation

Add to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "obsidianki-mcp": {
      "command": "uvx",
      "args": ["obsidianki-mcp"]
    }
  }
}

Usage

The server provides one tool: generate_flashcards

Parameters

  • notes (optional): List of note patterns to process

    • Examples: ["frontend/*"], ["docs/*.md:3"]

    • Supports glob patterns with optional sampling using :N suffix

  • cards (optional): Number of flashcards to generate (recommend 3-6)

  • query (optional): Query/topic for generating content from chat

  • deck (optional): Deck name (defaults to your default deck)

  • use_schema (optional): Use existing cards from deck to match format

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/ccmdi/obsidianki-mcp'

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