Open Ai.js
Freeby MCP Community
TypeScript-first helpers for OpenAI-compatible APIs, a unified multi-provider LLM client, and a Model Context Protocol (MCP) server and client toolkit. One ergo
v2.2.3Added Apr 12, 2026
Open Ai.js MCP Server
TypeScript-first helpers for OpenAI-compatible APIs, a unified multi-provider LLM client, and a Model Context Protocol (MCP) server and client toolkit. One ergo
Installation
Reviews
Installation
Quick install
npx -y @ideadesignmedia/open-ai.js
Add to claude_desktop_config.json
{
"mcpServers": {
"open-ai.js": {
"command": "npx",
"args": ["-y", "@ideadesignmedia/open-ai.js"]
}
}
}