mcpbeat Sign in
C

Wyrd Scribe MCP Server

local only

Wyrd Scribe runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Creates new pages with provenance and records lineage in a ledger under .wyrd/.

Installs / week
npm · wyrd-scribe
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
Apache-2.0
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: WYRD_GRANT (Folder where pages may be created. It must already contain a .wyrd/ directory. Used when --grant is absent.), WYRD_SCRIBE_TIER (Selects tier A by default. Tiers B and C are recognized but this build refuses to start with either.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wyrd Scribe

same job, measured the same way
GroundTruth - Environmental Records
by agentlookups

Federal environmental records near any US location, with dates and provenance; never a safety score.

3 tools answering
Nexusfeed Abc
by nexusfeed

US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.

local only
Web Scraper
by dataleadspro

Fetch, crawl, and browse protected pages with anti-bot handling - renders in a real browser and

4 tools answering
Better Notion
by ai-aviate

Operate Notion with a single Markdown document — read, create, and update pages in one call.

29 installs/wk local only
Agentrank MCP
by saviodamato

Find real, verifiable businesses with provenance and source URLs - for AI agents.

90 installs/wk local only
Airtable
by mcparmory

Create, read, update, and delete records in Airtable bases and tables

245 installs/wk local only
Kepler CRM
by briantoogee

Search recruiting CRM records, manage candidates, jobs, pipelines, notes and tasks with OAuth.

answering
Longwire
by longwiremedia

Your private media library and records, with receipts: search, recordings, and a verifiable ledger.

local only

Wyrd Scribe — questions

Answers built from our own checks of this server.

Why is there no uptime for Wyrd Scribe?
Wyrd Scribe 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 wyrd-scribe.
How do I connect Wyrd Scribe?
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 wyrd-scribe straight from npm; nothing to host, nothing to sign up for.
Is Wyrd Scribe open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 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.