PluginBench
MCP Server

OpenAI Tools MCP Server MCP Server

ai.com.mcp/openai-tools

What is the OpenAI Tools MCP Server MCP server?

Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.

How to install OpenAI Tools MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer token for authenticating with the OpenAI API. Obtain via the OpenAI dashboard. https://platform.openai.com/api-keys

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openai-tools": {
      "url": "https://openai-tools.run.mcp.com.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openai-tools": {
      "serverUrl": "https://openai-tools.run.mcp.com.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openai-tools": {
      "type": "http",
      "url": "https://openai-tools.run.mcp.com.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "openai-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://openai-tools.run.mcp.com.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http openai-tools https://openai-tools.run.mcp.com.ai/mcp

Related MCP servers

Search and discover Agent Skills — reusable AI agent capability packages — from the skills.sh registry.

21k
Python
Apache-2.0
View repository →

Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server

View repository →

HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants

View repository →

MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.

View repository →

LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.

View repository →

Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server

View repository →