mcpbeat Sign in

Claude Wrap MCP Server

by alex-kaff Your server? Claim it
local only

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

MCP server that spawns and drives Claude Code sessions via claude-wrap.

Installs per day peak 27 · avg 8 · +58% w/w
a month agotoday
72
Installs / week
npm · claude-wrap-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

  spawn(args: SpawnArgs): Promise<Session>;

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

Alternatives to Claude Wrap MCP

same job, measured the same way
Memex
by dioniipereyraa

One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.

120 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Whatsapp
by gaviwhatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

23 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Avrotize
by clemensv

Schema conversion and schema-driven code generation MCP server.

6 059 installs/wk local only
Claude Chat
by codechap

Anthropic Claude Messages API MCP server — chat, vision, web search, extended thinking

local only
Claude Code Organizer
by mcpware

Organize Claude Code memories, skills, MCP servers, commands, agents, rules via drag-and-drop.

193 installs/wk local only

Claude Wrap MCP — questions

Answers built from our own checks of this server.

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