MCP server
Obsidian MCP
Gives an assistant access to a local Obsidian vault.
Add it to your client
CommunityInstall
uvx mcp-obsidian
mcpServers
{
"mcpServers": {
"obsidian-mcp": {
"command": "uvx",
"args": [
"mcp-obsidian"
]
}
}
}- Transport
- stdio
- Runtime
- Python
- Auth
- Required
- Tools
- 7
- License
- MIT
- Stars
- 4,309
Tools
list_files_in_vaultget_file_contentssearchpatch_contentappend_contentdelete_file
Talks to Obsidian through its Local REST API community plugin, so the vault stays on disk and nothing is shipped to a third-party service. Files can be listed, read, searched, appended to, patched at a specific heading or block, and deleted. The plugin's API key is the only credential involved. With more than four thousand stars it is the most widely used Obsidian server in the MCP ecosystem.
Similar MCP servers
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment