nightness/gpt5-mcp-server
This MCP server provides two tools `llm_query` and `llm_query_web` that allows querying OpenAI models (GPT-5, GPT-5-mini, GPT-5-nano).
Platform-specific configuration:
{
"mcpServers": {
"gpt5-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpt5-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...