andrewtubman/logseq-mcp
3.2
If you are the rightful owner of logseq-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Logseq MCP Server is a Ruby-based Model Context Protocol server that allows AI assistants to interact with your Logseq graph by reading, searching, and modifying it.
Tools
Functions exposed to the LLM to take actions
get_page
Retrieve a Logseq page by name with its block tree.
get_block
Get a specific block by its UUID.
search
Search Logseq using DSL queries.
update_block
Update the content of a block.
create_page
Create a new page.
create_block
Create a new block in a page.
delete_block
Delete a block.
list_pages
List all pages in the graph.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client