The Obsidian MCP REST server provides a local REST API for accessing and managing Obsidian vaults. It exposes endpoints for note creation, retrieval, updating, and deletion, as well as vault and tag management. The server connects directly to Obsidian's local vault files and is ideal for developers building automation tools or integrations with Obsidian.
The Obsidian MCP REST server provides a local REST API for accessing and managing Obsidian vaults. It exposes endpoints for note creation, retrieval, updating, and deletion, as well as vault and tag management. The server connects directly to Obsidian's local vault files and is ideal for developers building automation tools or integrations with Obsidian.
npx -y obsidian-mcp-restAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"publikprinciple-obsidian-mcp-rest-github": {
"command": "npx",
"args": [
"-y",
"npx -y obsidian-mcp-rest"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from obsidian mcp rest?"
API Key Required
This server requires an API key from obsidian mcp rest. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OBSIDIAN_MCP_REST_API_KEY | Yes | Your obsidian mcp rest API key |
"What resources are available in obsidian mcp rest?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in obsidian mcp rest"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in obsidian mcp rest 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.