Gpt5 Mcp
@Bill1907
关于 Gpt5 Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"openai-gpt5": {
"command": "npx",
"args": [
"@boseong/mcp-openai-gpt5"
],
"env": {
"OPENAI_API_KEY": "your-openai-api-key-here"
}
}
}
}工具
2Generate text using OpenAI GPT-5 API with a simple input prompt
Generate text using GPT-5 with structured conversation messages
概览
What is Gpt5 Mcp?
Gpt5 Mcp is a Model Context Protocol server that integrates Claude Desktop with OpenAI’s GPT‑5 API for advanced text generation and conversation capabilities. It is for developers and users who want to access GPT‑5’s features—including structured conversations and reasoning effort control—directly from the Claude Desktop environment.
How to use Gpt5 Mcp?
Install globally via npm install -g @boseong/mcp-server-gpt5 or run directly with npx @boseong/mcp-server-gpt5. Configure the OPENAI_API_KEY environment variable and add a server entry in your Claude Desktop configuration file (claude_desktop_config.json) using the command npx and args ["@boseong/mcp-server-gpt5"].
Key features of Gpt5 MCP
- Text generation with GPT‑5 API
- Structured conversations
- Reasoning effort control
- Easy integration with Claude Desktop
- Simple npm/npx installation
Use cases of Gpt5 MCP
- Enable Claude Desktop to generate text via GPT‑5
- Run structured multi‑turn conversations using GPT‑5
- Control the reasoning depth of GPT‑5 responses
- Extend AI assistants with advanced language model capabilities
FAQ from Gpt5 MCP
What is the package name for Gpt5 MCP?
The npm package is @boseong/mcp-server-gpt5.
What are the runtime requirements?
Node.js version 18.0.0 or higher is required.
How do I install Gpt5 MCP?
Install globally with npm install -g @boseong/mcp-server-gpt5 or use npx @boseong/mcp-server-gpt5 without installation.
How do I configure Gpt5 MCP for Claude Desktop?
Set the OPENAI_API_KEY environment variable and add a server entry in claude_desktop_config.json with command "npx" and args ["@boseong/mcp-server-gpt5"].
What future servers are planned?
Planned servers include Anthropic, Google Gemini, Local LLM, Database Query, and Web Scraping.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
评论