tomling/logseq-mcp
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 Model Context Protocol server that facilitates interaction between AI assistants like Claude and Logseq knowledge graphs through the Logseq HTTP API.
Tools
Functions exposed to the LLM to take actions
list_pages
Lists all pages in the Logseq graph.
get_page_content
Gets the full content of a page including all blocks.
get_block
Gets a specific block by its UUID.
create_page
Creates a new page in the graph.
append_block
Appends a new block to the end of a page.
insert_block
Inserts a block relative to an existing block.
update_block
Updates the content of an existing block.
delete_page
Deletes a page from the graph.
delete_block
Deletes a block (and its children).
search_content
Searches for content across all pages.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client