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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add claude-wrap-mcp -- npx -y claude-wrap-mcp
{
"mcpServers": {
"claude-wrap-mcp": {
"args": [
"-y",
"claude-wrap-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.claude-wrap-mcp]
command = "npx"
args = ["-y", "claude-wrap-mcp"]
{
"mcpServers": {
"claude-wrap-mcp": {
"args": [
"-y",
"claude-wrap-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"claude-wrap-mcp": {
"args": [
"-y",
"claude-wrap-mcp"
],
"command": "npx"
}
}
}
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
MCP server that exposes Google Gemini as tools for Claude Code
Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.
MCP server for connecting Claude Code to a Hostinger VPS via SSH
Zendesk MCP server for Claude Code and other MCP clients
Schema conversion and schema-driven code generation MCP server.
Anthropic Claude Messages API MCP server — chat, vision, web search, extended thinking
Organize Claude Code memories, skills, MCP servers, commands, agents, rules via drag-and-drop.
Answers built from our own checks of this server.