kObsidian
Quality Score
90
/100
Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"kobsidian-mcp": {
"command": "npx",
"args": [
"-y",
"kobsidian-mcp"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<obsidian_vault_path>",
"OBSIDIAN_API_URL": "https://127.0.0.1:27124",
"OBSIDIAN_API_VERIFY_TLS": "false",
"OBSIDIAN_REST_API_KEY": "<your-obsidian_rest_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"kobsidian-mcp": {
"command": "npx",
"args": [
"-y",
"kobsidian-mcp"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<obsidian_vault_path>",
"OBSIDIAN_API_URL": "https://127.0.0.1:27124",
"OBSIDIAN_API_VERIFY_TLS": "false",
"OBSIDIAN_REST_API_KEY": "<your-obsidian_rest_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y kobsidian-mcp§02 Environment variables
OBSIDIAN_VAULT_PATHrequired
Absolute path to the Obsidian vault this server should operate on.
OBSIDIAN_API_URLBase URL of the Obsidian Local REST API plugin. Only required for workspace.* / commands.* / live dataview.query* tools.
OBSIDIAN_API_VERIFY_TLSSet to 'true' if you've trusted the Local REST API's self-signed certificate.
OBSIDIAN_REST_API_KEYsecret
Bearer key for the Obsidian Local REST API plugin (only needed for REST-bridged tools).
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Filesystem
ai.artidrop/artidrop
ai.artidrop/artidrop
Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.
Scout by Optimly
ai.optimly/scout
Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini.
ai.smithery/bhushangitfull-file-mcp-smith
ai.smithery/bhushangitfull-file-mcp-smith
Manage files and folders directly from your workspace. Read and write files, list directories, cre…