Skip to main content
ClaudeWave
mcdca avatar
mcdca

usertapes-mcp

Ver en GitHub

MCP server manifest & docs for UserTapes session replay

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mcdca/usertapes-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "usertapes-mcp": {
      "command": "node",
      "args": ["/path/to/usertapes-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mcdca/usertapes-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# UserTapes MCP Server

[UserTapes](https://usertapes.com) is a session replay tool. This is its
[Model Context Protocol](https://modelcontextprotocol.io) server: a hosted,
stateless JSON-RPC endpoint that lets any MCP client — Claude Code, Claude
Desktop, Cursor, or your own agent — query what real users did on your site.

This repo does not contain the server's application source (that lives in the
main UserTapes codebase). It exists to document and register the public
connection details: the endpoint, its tools, and how to authenticate.

## Why

Your coding agent can read your repository, your git history, and your test
output. None of that describes what a real person actually did when something
broke. UserTapes derives a text transcript from every recorded session —
clicks, navigation, errors, rage clicks — so an agent can query sessions the
same way it queries anything else, instead of you exporting a video and
pasting it into a prompt.

## Connecting

The server is one HTTP endpoint speaking stateless JSON-RPC 2.0 over
Streamable HTTP (protocol revision `2025-06-18`). Get a token from your
account's **Agent access** page, then add:

```json
{
  "mcpServers": {
    "usertapes": {
      "url": "https://usertapes.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_TOKEN" }
    }
  }
}
```

No package install, no local process — the client talks to
`https://usertapes.com/mcp` directly.

## Tools

| Tool | What it does |
| --- | --- |
| `list_sites` | The account's sites |
| `list_tapes` | Sessions for a site, newest first, filterable by errors, rage clicks, URL substring, duration, and date range |
| `read_transcript` | One session as a markdown transcript |
| `get_stats` | Aggregate counts over N days |
| `site_digest` | One-call briefing of the last N days |
| `list_alerts` / `create_alert` / `delete_alert` | Saved standing watches over sessions (e.g. "notify when a session hits an error on /checkout") |

The MCP token is a distinct, revocable, read-scoped credential — separate from
a site's ingest-only tracking token. Its only write surface is alerts; it
cannot delete a recording, change a site, or touch billing.

## Docs

- [MCP server docs](https://usertapes.com/docs/mcp) — endpoint, auth, connection config, full tool reference
- [MCP agent access](https://usertapes.com/features/mcp-server) — feature overview
- [Session replay over MCP](https://usertapes.com/blog/session-replay-mcp-server) — full protocol details and tool schema

## License

MIT — see [LICENSE](LICENSE). (This repo is documentation and a registry
manifest; the UserTapes application itself is closed source.)

Lo que la gente pregunta sobre usertapes-mcp

¿Qué es mcdca/usertapes-mcp?

+

mcdca/usertapes-mcp es mcp servers para el ecosistema de Claude AI. MCP server manifest & docs for UserTapes session replay Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala usertapes-mcp?

+

Puedes instalar usertapes-mcp clonando el repositorio (https://github.com/mcdca/usertapes-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mcdca/usertapes-mcp?

+

mcdca/usertapes-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene mcdca/usertapes-mcp?

+

mcdca/usertapes-mcp es mantenido por mcdca. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a usertapes-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega usertapes-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mcdca/usertapes-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mcdca-usertapes-mcp)](https://claudewave.com/repo/mcdca-usertapes-mcp)
<a href="https://claudewave.com/repo/mcdca-usertapes-mcp"><img src="https://claudewave.com/api/badge/mcdca-usertapes-mcp" alt="Featured on ClaudeWave: mcdca/usertapes-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a usertapes-mcp