#58 · Primary category: LLM Application Frameworks

mcporter

cli mcp ts-api

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

Project last updated:08/28/26

GitHub Stars

5.0K

Forks

336

Contributors

46

License

MIT

Why we included this project

The same MCP servers you already use inside an editor like Claude Code or Cursor can also be driven from your own TypeScript code or a plain terminal. MCPorter's runtime exposes each tool as an ordinary callable function, so scripts and agents treat external tools like native TypeScript APIs instead of working with the protocol directly. The CLI handles discovery, invocation, and OAuth, and can package tools into a standalone binary for people who should not have to touch a terminal. It also picks up server configs you have already set up in the major AI editors, so you rarely have to configure the same servers again. Developers and small teams get one consistent way to reuse MCP tools across scripts, CLIs, and agents.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category