Oai Server
Freeby MCP Community
OpenAI widget utilities for MCP server hosting
v2.2.5Added Apr 12, 2026
Oai Server MCP Server
OpenAI widget utilities for MCP server hosting
Installation
Reviews
Installation
Quick install
npx -y @fractal-mcp/oai-server
Add to claude_desktop_config.json
{
"mcpServers": {
"oai-server": {
"command": "npx",
"args": ["-y", "@fractal-mcp/oai-server"]
}
}
}