Logseq MCP Server
Enables AI assistants like Claude to directly read, write, search, and navigate your local Logseq knowledge graph, including managing journals, pages, backlinks, and page relationships without manual copy-pasting.
README
Logseq MCP Server
Let AI read and write your Logseq graph directly via MCP
Talk to Claude and say "add this to today's journal", "find what I did last week", "show me all pages linked to this one" - and it just works.
Why This?
Problem: Logseq is a great PKM tool, but integrating with AI assistants requires constant copy-pasting.
Solution: With this MCP server:
- Claude directly writes to your journal (no copy-paste)
- Search and summarize past entries (maintain context)
- Navigate connections between pages (backlinks, graph)
- Auto-generate daily journals with templates
You: "Summarize today's meeting notes and add them to my journal"
Claude: [writes directly to Logseq via logseq-mcp]
"Done! Added to today's journal. Anything else?"
Is This For You?
Good fit if you...
- Use Logseq as your primary PKM
- Use Claude Code or Claude Desktop regularly
- Want to delegate note management to AI
- Use local file-based Logseq (not Logseq Sync)
Not for you if...
- Using Logseq Sync (requires local file access)
- Obsidian user (different MCP server needed)
- Have sensitive info in notes and uncomfortable with AI access
- Use org-mode instead of Markdown (not yet supported)
Features
| Feature | Description |
|---|---|
| Page CRUD | Create, read, update, delete pages + property support |
| Search | Full-text search + tag/folder filtering |
| Graph Navigation | Links, backlinks, page relationship traversal |
| Journal | Access today's/specific date journals + templates |
| Content Logging | Log articles, books, movies, exhibitions to journal |
| Resources | Expose graph pages as MCP resources |
Quick Start
1. Install
git clone https://github.com/dearcloud09/logseq-mcp.git
cd logseq-mcp
npm install
npm run build
2. Configure
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"logseq": {
"command": "node",
"args": ["/path/to/logseq-mcp/dist/index.js"],
"env": {
"LOGSEQ_GRAPH_PATH": "/path/to/your/logseq/graph"
}
}
}
}
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"logseq": {
"command": "node",
"args": ["/path/to/logseq-mcp/dist/index.js"],
"env": {
"LOGSEQ_GRAPH_PATH": "/path/to/your/logseq/graph"
}
}
}
}
3. Verify
Ask Claude: "Show me my Logseq page list"
Available Tools
| Tool | Description |
|---|---|
list_pages |
List all pages with metadata (tags, links, backlinks) |
read_page |
Read page content and metadata |
create_page |
Create new page (with property support) |
update_page |
Update page content |
delete_page |
Delete a page |
append_to_page |
Append content to existing page |
search_pages |
Search by content/title + tag/folder filters |
get_backlinks |
Get pages that reference a specific page |
get_graph |
Get page connection graph data |
get_journal |
Get today's or specific date's journal |
create_journal |
Create journal with optional template |
add_article |
Add article to journal (title, summary, tags, URL, highlights) |
add_book |
Add book to journal (title, author, tags, memo) |
add_movie |
Add movie to journal (title, director, memo) |
add_exhibition |
Add exhibition to journal (title, venue, artist, memo) |
Usage Examples
"Show me today's journal"
"Add this content to 'Project A' page: ..."
"Find all pages with #meeting tag"
"What pages are connected to my Goals page?"
"Search for TODO items in last week's journals"
"Create a new page called 'Reading List'"
"Summarize our conversation and save it as an article in my journal"
Logseq Graph Structure
your-graph/
journals/ # Daily journals (2024_01_15.md format)
pages/ # Regular pages
logseq/ # Logseq settings
whiteboards/ # Whiteboards
Security
- Path traversal protection (graph-only access)
- Symlink/hardlink attack prevention
- Input validation and sanitization
- DoS protection (content size limits)
- Error message sanitization
Troubleshooting
"LOGSEQ_GRAPH_PATH environment variable is required"
Set LOGSEQ_GRAPH_PATH in your configuration file.
MCP server not recognized by Claude
- Restart Claude Code/Desktop
- Verify path is absolute (
/Users/...format) - Ensure
npm run buildwas executed
Pages not showing up
- Check if
.mdfiles exist injournals/orpages/ - Verify you're using local graph (not Logseq Sync)
org-mode files not reading
Currently Markdown only. org-mode support planned for future.
Korean-Specific Features
This project includes features optimized for Korean users:
Daily Automation (Optional)
Auto-generate daily journal with weather (Korea only - uses Naver Weather) and diary template:
LOGSEQ_GRAPH_PATH=/path/to/logseq WEATHER_LOCATION=서울 node add-today-dairy.js
See Korean README for detailed setup with launchd automation.
Cultural Content Structure
add_book, add_movie, add_exhibition tools use Korean wikilink structure ([[문화]]). Customize the templates in src/index.ts for your language.
Development
# Development mode (watch)
npm run dev
# TypeScript build
npm run build
# Production run
npm start
Project Structure
src/
index.ts # MCP server entry point, tool handlers
types.ts # TypeScript type definitions
graph.ts # Graph filesystem operations
Contributing
Issues and PRs welcome!
- Fork this repo
- Create feature branch (
git checkout -b feature/amazing) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing) - Open a Pull Request
Ideas for contribution
- [ ] org-mode support
- [ ] Logseq property search
- [ ] Whiteboard support
- [ ] Better graph visualization data
- [ ] i18n for templates
License
Polyform Noncommercial 1.0.0 - Free for personal and noncommercial use.
Related
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.