Skip to main content
ClaudeWave

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

MCP Servers4.8k stars325 forksTypeScriptMITUpdated today
Editor's note

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.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
climcpts-api

What people ask about mcporter

What is openclaw/mcporter?

+

openclaw/mcporter is mcp servers for the Claude AI ecosystem. Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli. It has 4.8k GitHub stars and was last updated today.

How do I install mcporter?

+

You can install mcporter by cloning the repository (https://github.com/openclaw/mcporter) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is openclaw/mcporter safe to use?

+

Our security agent has analyzed openclaw/mcporter and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains openclaw/mcporter?

+

openclaw/mcporter is maintained by openclaw. The last recorded GitHub activity is from today, with 3 open issues.

Are there alternatives to mcporter?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcporter to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers