logseq mcp for Cursor
io.github.mrfentmen/logseq-mcp
MCP server for Logseq: graphs, pages, blocks via the local HTTP API plugin.
client:Cursor
transport:stdio
runtime:npm
Install logseq mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"logseq-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/logseq-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs