mcpbeat Sign in

Syncpen MCP Server

local only

Syncpen runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 24 Aug 2026.

The markdown workspace your AI can read, search, and suggest edits in — every change signed.

Installs per day peak 220 · avg 30 · -50% w/w
a month agotoday
64
Installs / week
npm · syncpen-mcp
0
Stars
1 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Syncpen 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 syncpen-mcp -- npx -y syncpen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "syncpen-mcp": {
      "args": [
        "-y",
        "syncpen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.syncpen-mcp]
command = "npx"
args = ["-y", "syncpen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "syncpen-mcp": {
      "args": [
        "-y",
        "syncpen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "syncpen-mcp": {
      "args": [
        "-y",
        "syncpen-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SYNCPEN_API_KEY (Your Syncpen API key (starts with sp_). Create one at https://www.syncpen.io/settings/api-keys.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Syncpen

same job, measured the same way
Sensefold
by sensefold

Personal context for every AI: search, read, and write back to your private Markdown library.

answering
NoteMCP
by notemcp

Save notes in seconds. Your AI can then search, read, write and tag them over MCP.

answering
Corral
by sebastienrousseau

Search code and symbols across every clone in your Corral workspace. Zero network calls.

local only
Agentage Memory
by agentage

One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.

answering
Rankability
by gotchseo

SEO research, AI visibility, content, and audits through your Rankability workspace.

answering
Whimsical
by whimsical

Create and edit flowcharts, mind maps, wireframes, and docs in Whimsical, or search your workspace.

answering
myplan
by myplan

Shared Markdown notes and canvases that people and AI agents edit together; agents suggest edits.

answering
Teamo
by teamo360

Search, edit, design, and undo: everything you can do in Teamo, now from your AI assistant

39 installs/wk answering

Syncpen — questions

Answers built from our own checks of this server.

Why is there no uptime for Syncpen?
Syncpen 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 syncpen-mcp was installed 64 times last week.
How do I connect Syncpen?
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 syncpen-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Syncpen?
The npm package syncpen-mcp was installed 64 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Syncpen open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.