mcpbeat Sign in

Elicitly MCP Server

local only

Elicitly runs on your own machine — the client starts it, so there is no endpoint to ping. 185 installs a week from npm. Last commit 15 Sep 2026.

Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor

Installs per day peak 299 · avg 21 · +4% w/w
a month agotoday
185
Installs / week
npm · elicitly
1
Stars
1 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

Alternatives to Elicitly

same job, measured the same way
Elicitly Pro
by elicitly

Human-in-the-loop for AI agents over MCP: durable approvals with a hosted review page & audit trail

answering
Vantagate MCP Server
by aderix

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

67 installs/wk local only
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only
MCP Doctor
by jiansen

Check and improve the contract quality of any MCP server — for humans, agents, and platforms.

64 installs/wk local only
AgentGate
by agentkitai

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

31 installs/wk local only
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

37 installs/wk local only
Capacitor MCP
by capawesome

Unofficial MCP server for the Capacitor documentation, plugin list and blog.

55 installs/wk 4 tools answering
MeatSpace
by zmarten

Human-in-the-loop for AI agents. Submit choices, get a human decision.

3 tools answering

Elicitly — questions

Answers built from our own checks of this server.

Why is there no uptime for Elicitly?
Elicitly 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 elicitly was installed 185 times last week.
How do I connect Elicitly?
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 elicitly straight from npm; nothing to host, nothing to sign up for.
How many people use Elicitly?
The npm package elicitly was installed 185 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Elicitly open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.