Orter
Freeby MCP Community
TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.
v0.8.1Added Apr 12, 2026
mcpmodel-context-protocolclisweetistics
Orter MCP Server
TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.
Installation
Reviews
Installation
Quick install
npx -y mcporter
Add to claude_desktop_config.json
{
"mcpServers": {
"orter": {
"command": "npx",
"args": ["-y", "mcporter"]
}
}
}