mcpbeat Sign in
I

Logseq MCP Server

local only

Logseq MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

MCP server for Logseq: graphs, pages, blocks via the local HTTP API plugin.

Installs / week
npm · @mrfentmen/logseq-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Logseq MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add logseq-mcp -- npx -y @mrfentmen/logseq-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logseq-mcp": {
      "args": [
        "-y",
        "@mrfentmen/logseq-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logseq-mcp]
command = "npx"
args = ["-y", "@mrfentmen/logseq-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "logseq-mcp": {
      "args": [
        "-y",
        "@mrfentmen/logseq-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logseq-mcp": {
      "args": [
        "-y",
        "@mrfentmen/logseq-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Logseq MCP

same job, measured the same way
Shopify Store Builder MCP
by nazariinalyvaikobs

MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation

33 installs/wk local only
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only
Localfig
by lucasgorgal

The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.

73 installs/wk local only
OpenSTAAD MCP Server
by bentleysystems

MCP server for Bentley STAAD.Pro via the OpenSTAAD API

local only
Thebrain
by ybookoff

MCP server for TheBrain 15: search by meaning, graph traversal and batch writes over the local API

27 installs/wk local only
Chia Explorer
by spacetime-technology

MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.

133 installs/wk local only
Caddy MCP Server
by yawlabs

MCP server for managing Caddy web servers via the admin API

1 136 installs/wk local only
Healthchecks Io MCP
by ronniechong

Unofficial MCP server for managing Healthchecks.io checks via the Management API

49 installs/wk local only

Logseq MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Logseq MCP?
Logseq MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/logseq-mcp.
How do I connect Logseq MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/logseq-mcp straight from npm; nothing to host, nothing to sign up for.