ClassNotes MCP
Enables creating, reading, listing, and searching notes in an Obsidian vault, and stores generated study notes as Markdown files.
Integrates with Ollama (using Qwen3:8B) to convert class transcripts into structured study notes, including summaries, key concepts, review points, and Active Recall questions.
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., "@ClassNotes MCPprocess the recording from today's chemistry lecture into study notes"
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.
ClassNotes MCP
ClassNotes MCP is a personal Model Context Protocol (MCP) server built in Python that connects Claude Desktop with Obsidian to automate class note management.
The project allows Claude to interact with a local Obsidian vault through MCP tools, enabling it to create, read, list, and search notes.
It can also process class recordings automatically using:
Faster-Whisper for local speech-to-text transcription.
Qwen3:8B via Ollama to convert transcripts into structured study notes.
Obsidian to store the generated notes as Markdown files.
Claude Desktop as the MCP host.
Features
Create notes directly in Obsidian.
List notes by course.
Read existing notes.
Search concepts across the Obsidian vault.
Convert class transcripts into structured notes.
Process audio recordings and generate study notes automatically.
Generate sections such as summaries, key concepts, review points, and Active Recall questions.
Related MCP server: Obsidian Nexus
Workflow
Class recording
↓
Faster-Whisper
↓
Transcription
↓
Qwen3:8B (Ollama)
↓
Structured notes
↓
ClassNotes MCP
↓
ObsidianClaude Desktop communicates with the Python server through MCP and can invoke the available tools according to the user's request.
Main Technologies
Python 3.12
Model Context Protocol (MCP)
Claude Desktop
Obsidian
Faster-Whisper
Ollama
Qwen3:8B
Installation
Create and activate a virtual environment:
py -3.12 -m venv .venv
.\.venv\Scripts\Activate.ps1Install the dependencies:
pip install -r requirements.txtCreate a .env file with the path to your Obsidian vault:
OBSIDIAN_VAULT="C:/path/to/your/Obsidian Vault"Make sure Ollama is running and that qwen3:8b is available:
ollama listRun
The MCP server can be tested with:
python server.pyor through MCP Inspector:
mcp dev server.pyPurpose
The goal of ClassNotes MCP is to reduce the time required to manually transcribe, summarize, and organize class recordings, while keeping the workflow local and using free/open-source tools whenever possible.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables Claude to read, write, search, and manage Obsidian vault notes with Git-backed sync support for multi-device access and extensible AI workflows.2,472
- Flicense-qualityDmaintenanceConnects Claude Desktop to Obsidian vaults to enable reading, writing, searching, and intelligent organization of markdown notes. It features pre-configured structures for personal and family data management through natural conversation.2
- Alicense-qualityBmaintenanceConnects Claude Desktop to your Obsidian vault, enabling reading, writing, searching, and organizing notes locally.1MIT
- AlicenseAqualityCmaintenanceConnects Claude Desktop to an Obsidian vault, enabling reading, searching, capturing ideas, and managing notes through natural language.219MIT
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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/zerocris13/classnotes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server