logseq-mcp

logseq-mcp

3.5

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 henry@mcphub.com.

A Model Context Protocol server that provides direct integration with Logseq's knowledge base, enabling LLMs to interact with Logseq graphs, create pages, manage blocks, and organize information programmatically.

The Logseq MCP Server is designed to facilitate seamless interaction between Logseq's knowledge base and language model systems. By leveraging the Model Context Protocol, this server allows for the programmatic creation and management of Logseq pages and blocks, enabling users to automate and streamline their knowledge management processes. The server supports a variety of operations, including block and page creation, editing, and retrieval, making it a versatile tool for enhancing productivity and organization within Logseq. With its robust API and integration capabilities, the Logseq MCP Server is an essential tool for users looking to harness the power of LLMs in conjunction with their Logseq data.

Features

  • Direct integration with Logseq's knowledge base for seamless data management.
  • Programmatic creation and management of Logseq pages and blocks.
  • Support for a variety of operations including block and page creation, editing, and retrieval.
  • Robust API for enhanced productivity and organization.
  • Facilitates automation and streamlining of knowledge management processes.

Tools

  1. logseq_insert_block

    Create a new block in Logseq

  2. logseq_edit_block

    Enter block editing mode

  3. logseq_exit_editing_mode

    Exit editing mode

  4. logseq_create_page

    Create a new page

  5. logseq_get_page

    Get page details

  6. logseq_get_all_pages

    List all pages

  7. logseq_get_current_page

    Get the activity page/block

  8. logseq_get_current_blocks_tree

    Get the block hierarchy of the current page

  9. logseq_get_editing_block_content

    Get the content of the activity block

  10. logseq_get_page_blocks_tree

    Get the block structure of the page