home / mcp / mcp logseq server
MCP server to interact with LogSeq via its Local HTTP API - enabling AI assistants like Claude to seamlessly read, write, and manage your LogSeq graph.
Configuration
View docs{
"mcpServers": {
"ergut-mcp-logseq": {
"command": "uv",
"args": [
"run",
"--with",
"mcp-logseq",
"mcp-logseq"
],
"env": {
"LOGSEQ_API_URL": "http://localhost:12315",
"LOGSEQ_API_TOKEN": "your_token_here"
}
}
}
}Browse your LogSeq graph to see all pages.
Read the content of a specified page.
Add a new page with a given title and content.
Modify the content or metadata of an existing page.
Remove a page from your graph.
Search across your LogSeq data for terms or phrases and return matching pages.