MCP Obsidian (kaliab)
Alternative Obsidian MCP server with deep vault integration — full file system access to your notes.
Quick Answer
- 1. MCP Obsidian (kaliab) gives AI agents productivity capabilities with 500 GitHub stars and a quality score of 72/99.
- 2. Install: Run
pip install mcp-obsidianor add the config to your MCP client. - 3. Runtime: python — no authentication required.
- 4. Health: Unknown status — last checked Invalid Date.
Overview
Category: Productivity
Runtime: python
Install: pip install mcp-obsidian
Auth: No auth required
Source: community
Stars: 500
Setup time: ~30 sec
What You Can Build
With the MCP Obsidian (kaliab) 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 python 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": {
"mcp-obsidian": {
"command": "pip",
"args": [
"install",
"mcp-obsidian"
],
"env": {}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"mcp-obsidian": {
"command": "pip install mcp-obsidian"
}
}
}Saves as .cursor/mcp.json in the download. Move it to your project root.
VS Code
Use with MCP extension
{
"mcpServers": {
"mcp-obsidian": {
"command": "pip install mcp-obsidian"
}
}
}MCP Server Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"mcp-obsidian": {
"command": "pip",
"args": ["install","mcp-obsidian"],
"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.
Obsidian MCP Server
MCP server for Obsidian — read, write, search notes through AI agents.
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.