openai-tool2mcp is a lightweight, open-source bridge that wraps OpenAI’s powerful built-in tools as Model Context Protocol (MCP) servers. It enables you to use high-quality OpenAI tools like web search and code interpreter with Claude and other MCP-compatible models.
AI developers today face a challenging choice:
openai-tool2mcp bridges this gap by letting you use OpenAI’s mature, high-quality tools within the open MCP ecosystem, giving you the best of both worlds.
OpenAI Tool | MCP Equivalent | Status |
---|---|---|
Web Search | Web Search | ✅ Implemented |
Code Interpreter | Code Execution | ✅ Implemented |
Web Browser | Browser | ✅ Implemented |
File Management | File I/O | ✅ Implemented |
openai-tool2mcp works by:
For detailed technical information, see the Architecture Overview and Implementation Guide.
# Install from PyPI
pip install openai-tool2mcp
# Start the server with your OpenAI API key
OPENAI_API_KEY="your-api-key" openai-tool2mcp start
# Connect Claude App to http://localhost:8000
Ready to get started? Check out our Getting Started Guide for detailed instructions.