The Logseq MCP Tools server provides AI agents with structured access to a user's Logseq knowledge graph. It exposes tools for querying, creating, and updating pages, blocks, and references. The server connects to the local Logseq instance via its API, allowing agents to manage and retrieve information from the graph. Developers use it to build AI assistants that can interact with and enhance personal knowledge management in Logseq.
The Logseq MCP Tools server provides AI agents with structured access to a user's Logseq knowledge graph. It exposes tools for querying, creating, and updating pages, blocks, and references. The server connects to the local Logseq instance via its API, allowing agents to manage and retrieve information from the graph. Developers use it to build AI assistants that can interact with and enhance personal knowledge management in Logseq.
npx -y logseq-mcp-toolsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"joelhooks-logseq-mcp-tools-github": {
"command": "npx",
"args": [
"-y",
"npx -y logseq-mcp-tools"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from logseq mcp tools?"
API Key Required
This server requires an API key from logseq mcp tools. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LOGSEQ_MCP_TOOLS_API_KEY | Yes | Your logseq mcp tools API key |
"What resources are available in logseq mcp tools?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in logseq mcp tools"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in logseq mcp tools with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.