logseq-mcp-tools

logseq-mcp-tools

34

Logseq MCP Tools is a Model Context Protocol server that enhances AI assistants' capability to interact with your Logseq knowledge graph. It offers a variety of tools for retrieving page data, generating journal summaries, and analyzing graph connections to improve knowledge management.

How do I install Logseq MCP Tools?

You can install Logseq MCP Tools via Smithery using the command: npx -y @smithery/cli install @joelhooks/logseq-mcp-tools --client claude.

What should I do if Claude Desktop cannot access Node.js?

Install a system-wide Node.js using Homebrew with the command: brew install node to ensure Node.js is available to all applications.

How can I verify that the MCP server is running correctly?

Run npx tsx index.ts directly in your terminal to verify the server is operational.

How do I configure the Logseq authentication token?

Copy the .env.template to .env and edit it with your Logseq authentication token, which can be found in Logseq under Settings > Features > HTTP API Authentication Token.

What are some common troubleshooting steps?

Ensure Logseq is running with the HTTP API enabled, verify your auth token, check the path to your index.ts file, and monitor logs using tail -n 20 -F ~/Library/Logs/Claude/mcp*.log.