mcpbeat Sign in

Blank Files MCP Server

by filearchitect Your server? Claim it
local only

Blank Files MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 3 Jun 2026.

MCP server for listing and retrieving minimal valid blank files from blankfiles.com.

Installs per day peak 8 · avg 4 · +107% w/w
a month agotoday
29
Installs / week
npm · @filearchitect/blankfiles-mcp
2
Stars
0 open issues
3 Jun 2026
Last commit
0 releases in 90 days
License
Blade

What the code does

We read the source, 22 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.

File ships in the package but is absent from the source [пакет] blankfiles-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Includes a file named by a variable public/index.php:9
    require $maintenance;

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

Alternatives to Blank Files MCP

same job, measured the same way
Env
by ryudi84

MCP server for .env file validation, parsing, and comparison.

local only
Achlens
by mscott9160-web

Local-first MCP server and CLI for validating and generating synthetic ACH files.

local only
MCP Block Data
by cryptoapis-io

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

118 installs/wk local only
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

67 installs/wk local only
Note MCP Server
by github30

MCP server for note.com: create, edit and retrieve posts.

local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only

Blank Files MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Blank Files MCP?
Blank Files 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 @filearchitect/blankfiles-mcp was installed 29 times last week.
How do I connect Blank Files 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 @filearchitect/blankfiles-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Blank Files MCP?
The npm package @filearchitect/blankfiles-mcp was installed 29 times in the last week. Week over week that is +107%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Blank Files MCP open source?
We cannot say either way: written in Blade and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.