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.
AuthorizationrequiredsecretBearer token for authenticating with the OpenAI API. Obtain via the OpenAI dashboard. https://platform.openai.com/api-keys
{
"mcpServers": {
"openai-tools": {
"url": "https://openai-tools.run.mcp.com.ai/mcp"
}
}
}{
"mcpServers": {
"openai-tools": {
"serverUrl": "https://openai-tools.run.mcp.com.ai/mcp"
}
}
}{
"servers": {
"openai-tools": {
"type": "http",
"url": "https://openai-tools.run.mcp.com.ai/mcp"
}
}
}{
"mcpServers": {
"openai-tools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://openai-tools.run.mcp.com.ai/mcp"
]
}
}
}claude mcp add --transport http openai-tools https://openai-tools.run.mcp.com.ai/mcpRelated MCP servers
Search and discover Agent Skills — reusable AI agent capability packages — from the skills.sh registry.
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 →