obsidian-mcp-server_SPARK-method

franklinchristuraj/obsidian-mcp-server_SPARK-method
★ 0 stars Python Memory/Knowledge Updated today
A complete Model Context Protocol (MCP) server that gives AI assistants full access to Obsidian vault operations. Features 11 tools for note management, automatic template application, format preservation, and an extensible architecture for adding new productivity apps.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-mcp-server_": {
      "command": "uvx",
      "args": [
        "obsidian-mcp-server-spark-method"
      ]
    }
  }
}

Or install with pip: pip install obsidian-mcp-server-spark-method

Topics

ai-assistantclaudeknowledge-managementmcp-servernote-takingobsidianpkmproductivitypython