Provides a GPT-5 MCP server to generate text and manage conversations via Claude Code with token usage reporting.
Configuration
View docs{
"mcpServers": {
"allaboutai-yt-gpt5mcp": {
"command": "node",
"args": [
"/path/to/gpt5mcp/servers/gpt5-server/build/index.js"
],
"env": {
"OPENAI_API_KEY": "your-openai-api-key-here"
}
}
}
}Generate text using a simple input prompt with optional model, instructions, and generation controls.
Generate text using structured conversation messages with optional system instructions and generation controls.