Obsidianki MCP Server
Generates flashcards and integrates with Anki to create or update decks and cards using the obsidianki tool.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Obsidianki MCP Servergenerate 4 cards from notes on machine learning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Obsidianki MCP Server
MCP server for generating flashcards using obsidianki.
Prerequisites
obsidianki installed and available in PATH, >= 0.7
Related MCP server: Anki MCP Server
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 processExamples:
["frontend/*"],["docs/*.md:3"]Supports glob patterns with optional sampling using
:Nsuffix
cards(optional): Number of flashcards to generate (recommend 3-6)query(optional): Query/topic for generating content from chatdeck(optional): Deck name (defaults to your default deck)use_schema(optional): Use existing cards from deck to match format
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceAutomatically generates Anki flashcards from Notion pages by extracting questions and answers from toggle blocks. Uses OpenAI to enhance card quality and imports them directly into Anki via AnkiConnect for spaced repetition learning.Last updatedMIT
- AlicenseBqualityCmaintenanceEnables AI assistants to manage Anki flashcard decks and cards through natural language, supporting deck creation, card additions (basic and cloze types), and review queue management.Last updated6172MIT
- AlicenseAqualityDmaintenanceEnables AI tools to manage Anki flashcards, including deck management, card search, creation, editing, deletion, and statistics.Last updated10533Apache 2.0
- Alicense-qualityDmaintenanceEnables LLMs to interact with Anki flashcard collections, including deck management, note search, viewing contents, and editing fields.Last updated16MIT
Related MCP Connectors
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
AI-powered YouTube to flashcards with spaced repetition and Anki export
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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