Skip to content
VS Code

logseq mcp for VS Code

io.github.mrfentmen/logseq-mcp

MCP server for Logseq: graphs, pages, blocks via the local HTTP API plugin.

client:VS Code transport:stdio runtime:npm

Install logseq mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "logseq-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/logseq-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

logseq mcp in other clients