Logseq MCP Server

v1.0.0AI/MLstable

MCP server for logseq

knowledge-memory
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

MCP server for logseq

Features

  • get_all_pages
  • get_page
  • create_page
  • delete_page
  • get_page_linked_references

Use Cases

Gets all pages from the Logseq graph. Journal pages can be identified by the 'journal?' attribute set to true and will include a 'journalDay' attribute in the format YYYYMMDD. Returns: list: A list of all pages in the Logseq graph.
Gets a specific page from the Logseq graph by name. For journal pages, use the format 'mmm dth, yyyy' (e.g., 'Apr 4th, 2025'). Note that journal pages are automatically created in Logseq with this date format. Journal pages have specific attributes:
Creates a new page in the Logseq graph. For journal pages, use the format 'mmm dth, yyyy' (e.g., 'Apr 4th, 2025'). Journal pages are specially formatted in Logseq with automatic dating. When you create a journal page, Logseq automatically: - Sets 'jo
Deletes a page from the Logseq graph. This operation removes the specified page and all its blocks. This action cannot be undone. For journal pages, use the format 'mmm dth, yyyy' (e.g., 'Apr 4th, 2025'). Args: name (str): The name of the page to del
Gets all linked references to a specific page in the Logseq graph. This returns blocks that contain links to the specified page using the Logseq double bracket notation: [[Page Name]]. For journal pages, use the format 'mmm dth, yyyy' (e.g., 'Apr 4th
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y logseq

Manual Installation

npx -y logseq

Examples

Basic Configuration

Configure Logseq MCP Server

npx -y logseq

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More AI/ML MCP Servers

Explore other servers in the AI/ML category.

Quick Config Preview

{ "mcpServers": { "logseq": { "command": "npx", "args": ["-y", "logseq"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Logseq MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides