Interact with your Obsidian vault using natural language.
A Model Context Protocol (MCP) server for natural language interaction with your Obsidian vault.
Install dependencies:
npm install
Build the project:
npm run build
Set your vault path:
export OBSIDIAN_VAULT_PATH="/path/to/your/obsidian/vault"
Add to your MCP client configuration:
{
"mcpServers": {
"obsidian": {
"command": "node",
"args": ["/path/to/obsidian-mcp/dist/index.js"],
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/vault"
}
}
}
}
Read Operations:
query_vault: Process natural language queries about your vault
search_notes: Search for notes by filename or content
searchTerm
, searchType
(filename/content/both)get_note: Get the full content of a specific note
notePath
get_backlinks: Get all notes that link to a specific note
notePath
Write Operations: 5. write_note: Write or overwrite a note with new content
notePath
, content
create_note: Create a new note with frontmatter and content
notePath
, title
, content
(optional), tags
(optional)append_to_note: Append content to an existing note
notePath
, content
update_note_section: Update a specific section of a note by heading
notePath
, sectionHeading
, newContent
npm run dev
: Watch mode for developmentnpm run build
: Build the projectnpm run start
: Start the serverOBSIDIAN_VAULT_PATH
: Path to your Obsidian vault (required)Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
Manages work memories and shares context between AI tools using a local SQLite database.
MCP server for the Outline knowledge base and document management tool.
A personality-based MCP server for WordPress, providing role-appropriate tools for content management.
Integrates with the Strateegia API, allowing AI assistants to access and interact with Strateegia projects.
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Access and manage Obsidian notes stored in iCloud Drive.
Interact with Microsoft To Do using the Microsoft Graph API.
An MCP server for managing Yandex Browser tabs with extended functionality.
Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab.