mcpbeat Sign in

Claude Handoff MCP Server

by vasilispapg Your server? Claim it
local only

Claude Handoff runs on your own machine — the client starts it, so there is no endpoint to ping. 4 799 installs a week from pypi. Last commit 27 Aug 2026.

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

Installs per day peak 3 201 · avg 956
a month agotoday
4 799
Installs / week
pypi · claude-handoff
1
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

            proc = subprocess.run(cmd, input=text, text=True,
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.

Runs an external command claude_handoff/integrations.py:40, claude_handoff/llm.py:149, single/claude_handoff.py:1598 и ещё 2
            proc = subprocess.run(cmd, input=text, text=True,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Claude Handoff

same job, measured the same way
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

324 installs/wk local only
ContinueWith
by continuewith-ai

Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

55 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

991 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

91 installs/wk local only
Tradesearcher
by tradesearcher

Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

94 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

84 installs/wk local only

Claude Handoff — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Handoff?
Claude Handoff 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 pypi package claude-handoff was installed 4 799 times last week.
How do I connect Claude Handoff?
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-handoff straight from pypi; nothing to host, nothing to sign up for.
How many people use Claude Handoff?
The pypi package claude-handoff was installed 4 799 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Handoff open source?
Yes — it is published under the MIT licence, written in Python and 1 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.