MCP Directory
Back

mcporter

by steipete · TypeScript · ★ 4,234

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

#cli#mcp#ts-api

Install

npx -y github:steipete/mcporter

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcporter": {
      "command": "npx",
      "args": [
        "-y",
        "github:steipete/mcporter"
      ]
    }
  }
}

From the README

_TypeScript runtime, CLI, and code-generation toolkit for the Model Context Protocol._ MCPorter helps you lean into the "code execution" workflows highlighted in Anthropic's **Code Execution with MCP** guidance: discover the MCP servers already configured on your system, call them directly, compose richer automations in TypeScript, and mint single-purpose CLIs when you need to share a tool. All of that works out of the box -- no boilerplate, no schema spelunking. - **Zero-config discovery.** merges your home config () first, then , plus Cursor/Claude/Codex/Windsurf/OpenCode/VS Code imports,…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers