Skip to main content

A tool to convert OpenAPI specs to MCP server with tools

Project description

OpenAPI2MCP

License: MIT Python Versions

OpenAPI2MCP is a Python tool that serves as a Model Context Protocol (MCP) server with tools generated from OpenAPI specification files (JSON or YAML). It allows LLMs and AI applications that support MCP to interact with any API that has an OpenAPI specification.

Features

  • 🔄 Convert OpenAPI specifications to MCP tools
  • 🛠️ Serve MCP endpoints with tools from OpenAPI specs
  • 🔐 OAuth authentication support for API calls
  • 📡 Server-Sent Events (SSE) support for real-time communication
  • 💻 Command-line interface for easy usage
  • 🧩 Programmatic API for integration into other applications

Installation

pip install openapi2mcp

Quick Start

Convert an OpenAPI spec to MCP tools:

openapi2mcp convert --spec-file openapi.yaml --output tools.json

Start an MCP server with tools from an OpenAPI spec:

openapi2mcp serve --spec-file openapi.yaml --port 8000

Use environment variables for OAuth authentication:

API_CLIENT_ID=your_client_id
API_CLIENT_SECRET=your_client_secret
API_TOKEN_URL=https://example.com/oauth/token

Documentation

Examples

The examples directory contains sample code to help you get started:

How It Works

OpenAPI2MCP bridges the gap between APIs defined with OpenAPI specifications and AI systems that support the Model Context Protocol (MCP):

  1. It parses OpenAPI specifications to extract API endpoints
  2. Converts these endpoints into MCP tools with appropriate parameters
  3. Creates an MCP server that exposes these tools
  4. Handles authentication with the API
  5. Executes tool calls by making appropriate API requests

This allows AI models and applications to interact with any API through the standardized MCP interface.

+---------------------+     +---------------------+     +---------------------+
|                     |     |                     |     |                     |
|   OpenAPI Spec      |     |   OpenAPI2MCP       |     |   MCP-Compatible    |
|   (JSON/YAML)       +---->+   Server            +---->+   LLM/Client        |
|                     |     |                     |     |                     |
+---------------------+     +---------------------+     +---------------------+
                             |        ^
                             |        |
                             v        |
+---------------------+     +---------------------+
|                     |     |                     |
|   OAuth             |     |   API Endpoint      |
|   Authentication    +---->+   (e.g. GitHub API) |
|                     |     |                     |
+---------------------+     +---------------------+

Why Use OpenAPI2MCP?

  • Universal API Access: Connect any OpenAPI-defined API to MCP-compatible LLMs
  • Tool Discovery: LLMs can dynamically discover what capabilities are available
  • Authentication Handling: Securely manage API credentials
  • Standard Interface: Consistent way to interact with diverse APIs
  • Easy Integration: Simple setup process for both local and production use

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Install development dependencies (pip install -e ".[dev]")
  4. Make your changes
  5. Run tests (pytest)
  6. Commit your changes (git commit -m 'Add some amazing feature')
  7. Push to the branch (git push origin feature/amazing-feature)
  8. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openapi2mcp-0.1.1.tar.gz (20.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openapi2mcp-0.1.1-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file openapi2mcp-0.1.1.tar.gz.

File metadata

  • Download URL: openapi2mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 20.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for openapi2mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f340696101bb962944f42aef7e68514aa7f36ec7e70d27777e016e410d159588
MD5 ffd359d5df02b70e2f8b8a9a0fabd2f7
BLAKE2b-256 f2f0776b03bfce19d3c781fa3c450d0c3d59226882a8caa8feb969c19d87ba41

See more details on using hashes here.

File details

Details for the file openapi2mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: openapi2mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for openapi2mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b1a6a75e1106b9fa35d16aab6d06841ab7d9f170f5a5e9a77fc38572ecba3cd1
MD5 f602b92e4327dc7b2fc01b2f09605ae6
BLAKE2b-256 b570b933c54ae9e34bb70c5c0cca3679bad5642d61a5988ea2946389fd906e63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page