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
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
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