---
slug: "openapi-schema-mcp服务器-mcp-openapi"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/manstis/mcp-openapi@main/README.md"
repo: "https://github.com/manstis/mcp-openapi"
source_file: "README.md"
branch: "main"
---
# Summary

A Model Context Protocol (MCP) Tool.

The tool reads an OpenAPI Schema file and generates the stubs to use the respective methods.

The tool can run as a container to easier support use in distributed environments.

# What next...

This was written as a _proof of concept_. 

It'll be tidied up at some point... I'd like to move it all to a `Class`.

Feel free to plagiarise... just keep to the licensing terms.

# Acknowledgements

There's no disguising it.. this is based (rather heavily) on https://github.com/matthewhand/mcp-openapi-proxy

