Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcporter": {
"command": "npx",
"args": [
"-y",
"steipete/mcporter"
]
}
}
}
Run in terminal:
claude mcp add mcporter npx -y steipete/mcporter
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcporter": {
"command": "npx",
"args": [
"-y",
"steipete/mcporter"
]
}
}
}