Building Logseq Plugins
MCP Serverby aiskillstore · Added 5mo ago
Claude
151
Install
git clone https://github.com/aiskillstore/marketplaceAdd to Claude
claude mcp add building-logseq-pluginsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"building-logseq-plugins": {
"command": "npx",
"args": [
"@modelcontextprotocol/building-logseq-plugins"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert guidance for building Logseq plugins compatible with the new DB architecture. Auto-invokes when users want to create Logseq plugins, work with the Logseq Plugin API, extend Logseq functionality, or need help with plugin development for DB-based graphs. Covers plugin structure, API usage, and DB-specific considerations.
Tags
developmentjavascripttypescriptjavabashskill