logseq mcp for Claude Desktop
io.github.mrfentmen/logseq-mcp
MCP server for Logseq: graphs, pages, blocks via the local HTTP API plugin.
client:Claude Desktop
transport:stdio
runtime:npm
Install logseq mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"logseq-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/logseq-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs