MCP.so
登录

Mcp Client Openai

@njcx

关于 Mcp Client Openai

本项目实现了一个兼容 OpenAI API 格式的 MCP-Client服务,允许通过标准的 OpenAI API 接口与本地 MCP-Server进行交互。

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

njcx

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Client Openai?

Mcp Client Openai is a Model Control Protocol (MCP) client service that exposes a compatible OpenAI API format, enabling standard OpenAI API calls to interact with local MCP models.

How to use Mcp Client Openai?

Start the OpenAI API server with python main-api.py, or launch the stdio CLI with python cli.py for testing. Edit mcp-server-config.json to configure the MCP server (stdio or SSE) and the LLM endpoint (any OpenAI API that supports function calls/tool calling).

Key features of Mcp Client Openai

  • Exposes local MCP models via OpenAI API format.
  • Supports both stdio and SSE MCP server transports.
  • Compatible with any LLM API that supports function calling.
  • Provides a CLI mode for testing purposes.

Use cases of Mcp Client Openai

  • Integrate local MCP models into applications built for the OpenAI API.
  • Test MCP server interactions using standard OpenAI tool calling.
  • Bridge between OpenAI‑compatible clients and custom MCP backends.

FAQ from Mcp Client Openai

What MCP server transports are supported?

stdio and SSE.

Does the LLM require specific capabilities?

Yes, the LLM must support function calling (tool calls) as per OpenAI API format.

How do I configure the MCP server?

Modify the mcp-server-config.json file; set the transport type to stdio or sse and provide appropriate server details.

评论

AI 与智能体 分类下的更多 MCP 服务器