Obsidian MCP Server
MCP server for Obsidian — read, write, search notes through AI agents.
Quick Answer
- 1. Obsidian MCP Server gives AI agents productivity capabilities with 1,200 GitHub stars and a quality score of 82/99.
- 2. Install: Run
npx -y @obsidian/mcp-serveror add the config to your MCP client. - 3. Runtime: npm — no authentication required.
- 4. Health: Unknown status — last checked Invalid Date.
Overview
Category: Productivity
Runtime: npm
Install: npx -y @obsidian/mcp-server
Auth: No auth required
Source: community
Stars: 1,200
Setup time: ~30 sec
What You Can Build
With the Obsidian MCP Server MCP server, your AI assistant can:
- Access productivity functionality through natural language
- Use the server immediately with no API key setup
- Combine with other MCP servers for cross-tool automation workflows
- Run with npm for reliable, consistent deployments
Health Status
One-Click Install
Copy the snippet for your MCP client and paste it in.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"@obsidian/mcp-server"
],
"env": {}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx -y @obsidian/mcp-server"
}
}
}Saves as .cursor/mcp.json in the download. Move it to your project root.
VS Code
Use with MCP extension
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx -y @obsidian/mcp-server"
}
}
}MCP Server Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": ["-y","@obsidian/mcp-server"],
"env": {}
}
}
}Topics
Own this server?
Claim your listing to update description, links, and category — and get a verified badge.
Claim this listing →Similar MCP Servers
Other servers in the Productivity category.
Notion MCP Server
MCP server for Notion — manage pages, databases, and workspaces through AI.
MCP Obsidian (kaliab)
Alternative Obsidian MCP server with deep vault integration — full file system access to your notes.
Raindrop.io MCP
MCP server for Raindrop.io bookmarks — search, manage, organize bookmarks through AI.
Airtable MCP Server
MCP server for Airtable — manage bases, tables, and records through AI.