mcp-logseq

ergut/mcp-logseq
★ 215 stars Python 🤖 AI/LLM Updated 1mo ago
MCP server to interact with LogSeq via its Local HTTP API - enabling AI assistants like Claude to seamlessly read, write, and manage your LogSeq graph.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-logseq": {
      "command": "uvx",
      "args": [
        "mcp-logseq"
      ]
    }
  }
}

Or install with pip: pip install mcp-logseq