The Obsidian MCP plugin exposes Obsidian vaults to AI agents via semantic operations and HTTP transport. It provides tools for querying, updating, and managing notes, tags, and backlinks. It connects directly to Obsidian vaults, enabling AI agents to interact with notes as a semantic knowledge graph. Developers use it to build AI assistants that can read, write, and organize notes in Obsidian vaults.
The Obsidian MCP plugin exposes Obsidian vaults to AI agents via semantic operations and HTTP transport. It provides tools for querying, updating, and managing notes, tags, and backlinks. It connects directly to Obsidian vaults, enabling AI agents to interact with notes as a semantic knowledge graph. Developers use it to build AI assistants that can read, write, and organize notes in Obsidian vaults.
npx -y obsidian-mcp-pluginAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"aaronsb-obsidian-mcp-plugin-github": {
"command": "npx",
"args": [
"-y",
"npx -y obsidian-mcp-plugin"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from obsidian mcp plugin?"
No configuration required. This server works out of the box.
"What resources are available in obsidian mcp plugin?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in obsidian mcp plugin"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in obsidian mcp plugin with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.