Skip to main content
ClaudeWave

Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.

MCP Servers4.8k estrellas325 forksTypeScriptMITActualizado today
Nota editorial

MCPorter is a TypeScript toolkit that lets developers call any MCP server directly from TypeScript code or from the command line, without writing transport boilerplate or hand-crafting JSON-RPC calls. It auto-discovers MCP server configurations already present in Claude Code, Claude Desktop, Cursor, Codex, Windsurf, and VS Code, merging them into a single unified runtime via `createRuntime()`. The `createServerProxy()` function exposes MCP tools as typed camelCase methods, returning results through helpers like `.text()`, `.json()`, and `.images()`. The `mcporter generate-cli` command converts any MCP server definition into a standalone CLI binary, while `mcporter emit-ts` generates TypeScript type definitions and client wrappers. A notable record-and-replay feature captures live MCP JSON-RPC traffic as NDJSON files and plays them back deterministically for offline testing. Version 0.11.0 added a bridge mode that consolidates multiple servers behind a single MCP endpoint with namespaced `server__tool` naming. Developers building automations, agents, or testing pipelines against MCP-compatible tools are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/openclaw/mcporter
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcporter": {
      "command": "node",
      "args": ["/path/to/mcporter/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/openclaw/mcporter and follow its README for install instructions.

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
climcpts-api

Lo que la gente pregunta sobre mcporter

¿Qué es openclaw/mcporter?

+

openclaw/mcporter es mcp servers para el ecosistema de Claude AI. Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli. Tiene 4.8k estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcporter?

+

Puedes instalar mcporter clonando el repositorio (https://github.com/openclaw/mcporter) 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 openclaw/mcporter?

+

Nuestro agente de seguridad ha analizado openclaw/mcporter y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene openclaw/mcporter?

+

openclaw/mcporter es mantenido por openclaw. La última actividad registrada en GitHub es de today, con 3 issues abiertos.

¿Hay alternativas a mcporter?

+

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

Despliega mcporter 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: openclaw/mcporter
[![Featured on ClaudeWave](https://claudewave.com/api/badge/openclaw-mcporter)](https://claudewave.com/repo/openclaw-mcporter)
<a href="https://claudewave.com/repo/openclaw-mcporter"><img src="https://claudewave.com/api/badge/openclaw-mcporter" alt="Featured on ClaudeWave: openclaw/mcporter" width="320" height="64" /></a>

Más MCP Servers