mcpbeat Sign in

Margins MCP Server

by cflorczyk9 Your server? Claim it
local only

Margins runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 21 May 2026.

Use your Claude Pro/Max subscription on your Obsidian vault. Reads markdown, proposes writes.

Installs per day peak 30 · avg 11 · -38% w/w
a month agotoday
51
Installs / week
npm · margins-mcp
1
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

document.getElementById("cwd-burst").innerHTML = CLAUDE_BURST_SVG;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 margins -- npx -y margins-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "margins": {
      "args": [
        "-y",
        "margins-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.margins]
command = "npx"
args = ["-y", "margins-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "margins": {
      "args": [
        "-y",
        "margins-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "margins": {
      "args": [
        "-y",
        "margins-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Margins

same job, measured the same way
Second Brain Bridge
by isaiahdupree

Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

answering
MCP Obsidian CLI
by stonematt

Save chat notes from Claude Desktop to your vault — MCP on Obsidian CLI. Keep what matters.

122 installs/wk local only
Adam Framework
by strangeadvancedmarketing

Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.

68 installs/wk local only
Smart Connections
by gogogadgetbytes

MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.

29 installs/wk local only
I
vaultguard
by ashishrao-4

AI agents use your Obsidian secrets by name — values never reach their context.

local only
Stellavault
by evanciel

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

103 installs/wk local only
Enzyme
by byenzyme

Semantic search and pattern discovery for Obsidian and markdown vaults.

local only
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

152 installs/wk local only

Margins — questions

Answers built from our own checks of this server.

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