mcpbeat Sign in

Clarifyprompt MCP Server

by lumabyteco Your server? Claim it
local only

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

AI prompt optimization for 58+ platforms across 7 categories with custom platforms

Installs per day peak 299 · avg 41 · -37% w/w
a month agotoday
106
Installs / week
npm · clarifyprompt-mcp
13
Stars
0 open issues
14 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

Builds a file path from a variable src/engine/config/persistence.ts:86
        : path.join(this.instructionsDir, instructionsFile);

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

This one needs environment variables set before it will start: LLM_API_URL (LLM API endpoint URL (OpenAI-compatible or Anthropic)), LLM_API_KEY (API key for the LLM provider (not needed for local Ollama)), LLM_MODEL (Model name/ID to use for optimization). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clarifyprompt

same job, measured the same way
Content Optimizer
by sharozdawa

SERP-based content scoring and optimization with 7 SEO categories.

30 installs/wk local only
MCP Image
by shinpr

AI image generation and editing with prompt optimization and quality presets

2 051 installs/wk local only
Rootvine MCP
by ragingorangutan

Cross-platform music and game resolution for AI agents across 15+ platforms.

61 installs/wk local only
I
Vynn MCP
by beee003

Self-improving AI workflows with backtesting, prompt optimization, and scheduling

53 installs/wk local only
Routing24
by routing24

Route optimization for delivery fleets: plan, edit, and re-optimize multi-stop routes by prompt.

answering
Thoth MCP
by zeiq-co

MCP server for Thoth with multi-platform AI content generation

39 installs/wk local only
Unified
by unified

Unified.to MCP server — one API for 500+ B2B SaaS integrations across 28+ categories

answering
Social0 MCP
by abhishek-b-r

Post and schedule across 9 social platforms from Claude, Cursor, or ChatGPT.

40 installs/wk local only

Clarifyprompt — questions

Answers built from our own checks of this server.

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