-
securityA
license-
qualityA Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.
Last updated -
1
24
28
JavaScript
MIT License
Integrates with OpenAI's API to provide LLM capabilities that can be queried through the MCP server, allowing for tools like weather information retrieval to be called via the client interface.
This project leverages the mcp
library with CLI support and integrates with OpenAI's API.
Make sure to install the required dependencies before running the project:
Run the client and call the get_weather
tool:
Example interaction:
openai==1.70.0
mcp[cli]==1.6.0
This project is licensed under the MIT License.
This server cannot be installed
A server that integrates the MCP library with OpenAI's API, allowing users to interact with various tools, such as the weather tool, through natural language queries.