A unified AI model hub for aggregation & distribution. It supports cross-converting various LLMs into OpenAI-compatible, Claude-compatible, or Gemini-compatible formats. A centralized gateway for personal and enterprise model management. ๐ฅ
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"new-api": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-new-api"
]
}
}
}