Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

obsidian-mcp-python, a very simple MCP Server demo that can help you to operate something about your obsidian md file

License

Notifications You must be signed in to change notification settings

hellozhangran/obsidian-mcp-python

Open more actions menu

Repository files navigation

obsidian-mcp-python

notice

Actually, this is a small demo project designed to help you understand MCP. It enables you to quickly get to know and set up a real MCP service.

  • If you're a developer, you can look at the Tutorial.md
  • If you're an ordinary user who just wants to have a try, please refer to the "Usage" section.

Usage

  1. clone this repo to your local pc
  2. install uv tool in your local pc
  3. copy bellow json config into you MCP Client (Cursor/Windsurf/Claude Desktop)
{
  "mcpServers": {
    "obsidian-mcp-python": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/of/your/project/file/obsidian-mcp-python",
        "run",
        "main.py"
      ],
      "env": {
        "OBSIDIAN_PATH": "/path/of/your/obsidian/vault"
      }
    }
  }
}

About

obsidian-mcp-python, a very simple MCP Server demo that can help you to operate something about your obsidian md file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.