Logseq MCP Tools provides a set of tools that enable AI agents to interact with local Logseq knowledge graphs through the Model Context Protocol. Developed by apw124, this implementation offers comprehensive functionality for managing pages and blocks in Logseq, including creating, updating, and searching content. The server communicates with Logseq's API to perform operations like retrieving journal entries, managing hierarchical block structures, and executing complex searches. It's particularly useful for AI assistants that need to capture notes, organize information, or retrieve knowledge from a user's personal Logseq database without requiring direct access to the application.
Get a list of all pages in the Logseq graph.
Get a specific page by name.
Create a new page.
Delete a page and all its blocks.
Get all blocks from a specific page.
Get a specific block by ID.
Create a new block on a page.
Insert a block as a child of another block.
Update an existing block.
Move a block to a different location.
Remove a block and all its children.
Search for blocks matching a query.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!