mcpbeat Sign in

Draftlytic MCP Server

by rbsoftwaresystems Your server? Claim it
local only

Draftlytic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 8 Jul 2026.

Offline MCP server for planning structured project specs — validate, render, and checklist tools.

Installs per day peak 339 · avg 31 · +57% w/w
a month agotoday
44
Installs / week
npm · draftlytic-mcp
0
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Draftlytic MCP

same job, measured the same way
Kdenlive MCP Server
by va1bhav512

Kdenlive video editing MCP - 36 tools for project, timeline, filters and melt rendering

1 283 installs/wk local only
Vatnode MCP
by vatnode

Official MCP server: EU VAT validation via VIES, plus offline rates and format checks.

115 installs/wk local only
Patient Services
by takident

MCP server exposing structured data and tools for Taki Dent Patient Services (takident.com).

12 tools answering
GB Studio MCP Server
by eoinjordan

Create and modify GB Studio projects with MCP tools for scenes, actors, assets, and validation.

110 installs/wk local only
Openapi Sync MCP
by akintomiwa-fisayo

Type-safe MCP server for OpenAPI Sync to inspect, validate, and synchronize OpenAPI specs.

local only
X402 Dataviz MCP
by liminalpepe

Free MCP server: render bar/line/area charts to SVG from structured data.

31 installs/wk local only
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
FastAlertNow
by fastalertnow

Official MCP server for FastAlert, providing tools to list channels and send notifications.

57 installs/wk local only

Draftlytic MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Draftlytic MCP?
Draftlytic 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 draftlytic-mcp was installed 44 times last week.
How do I connect Draftlytic 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 draftlytic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Draftlytic MCP?
The npm package draftlytic-mcp was installed 44 times in the last week. Week over week that is +57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Draftlytic MCP open source?
Yes — it is published under the MIT 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.