
obsidian mcp
An MCP for interacting with my obsidian workspaces
Repository Info
About This Server
An MCP for interacting with my obsidian workspaces
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Obsidian MCP
This is a MCP for interacting with my Obsidian vaults from LLMs.
It has basic functionality for:
- Listing files in a vault
- Reading file contents in a vault
- And updating file contents in a vault
I have also included some prompts for common tasks I do for adding new vaults (namely importing recipes into my vault).
Usage
Test locally with:
uv run mcp dev server.py
Install with Claude Desktop:
uv run mcp install server.py
NOTE: I manually updated the config it generated to ensure dependencies are installed. Below is my config:
{
"mcpServers": {
"obsidian": {
"command": "uv",
"args": [
"--directory",
"/Users/calebvandyke/code/personal-mcps/obsidian",
"run",
"mcp",
"run",
"server.py"
]
}
}
}
Quick Start
Clone the repository
git clone https://github.com/boetro/obsidian-mcpInstall dependencies
cd obsidian-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.