Openai Mcp Server
@voronkovm
About Openai Mcp Server
MCP server for OpenAI protocol
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github.com/voronkovm/openai-mcp-server": {
"command": "node",
"args": [
"/Users/user/Documents/Cline/MCP/openai-mcp-server/build/index.js"
],
"env": {
"OPENAI_MCP_API_KEY": "",
"OPENAI_MCP_MODEL": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Openai Mcp Server?
An MCP server that integrates with the OpenAI API, configured via environment variables for API key and model selection.
How to use Openai Mcp Server?
Clone the repository, run npm install && npm run clean-build, then add a configuration entry to your MCP settings file
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Comments