mcpbeat Sign in

Stellify MCP Server

by mattstellisoft Your server? Claim it
local only

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

Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits.

Installs per day peak 95 · avg 24 · +17% w/w
a month agotoday
97
Installs / week
npm · @stellisoft/stellify-mcp
1
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: STELLIFY_API_URL (Stellify API endpoint URL), STELLIFY_API_TOKEN (Your Stellify API token (get from stellisoft.com/settings/tokens)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stellify MCP

same job, measured the same way
Pare Search
by dave-london

Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON.

local only
Codeweb
by ghostlygawd

See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.

239 installs/wk local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
Lint
by dave-london

Structured linting output (ESLint, format-check) as typed JSON diagnostics.

local only
Infracost
by downatthebottomofthemolehole

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

55 installs/wk local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only
Pare Lint
by dave-london

Pare Lint ג€” Structured linting and formatting (ESLint, Prettier, Biome, Oxlint) as typed JSON.

145 installs/wk local only
YAML AI MCP
by csoai-org

AI-powered yaml ai MCP server for agents. Supports validate yaml, convert yaml json, lint yaml. By

117 installs/wk local only

Stellify MCP — questions

Answers built from our own checks of this server.

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