OpenAPI MCP Server
Servidor MCP de OpenAPI
Descripción general
Este proyecto instalará
MCP - Model Context Protocol Server, que proporciona API REST configuradas como contexto para LLM.Al usar esto podemos permitir que los LLM interactúen con RestAPI y realicen llamadas a la API REST usando indicaciones de LLM.
Actualmente admitimos llamadas API HTTP
GET/PUT/POST/PATCH.
Related MCP server: MCP OpenAPI Server
Instalación
Instalar paquete
pip install openapi_mcp_serverCree un archivo .env en una carpeta con los valores mínimos para
OPENAPI_SPEC_PATHyAPI_BASE_URL. Archivo de muestra disponible aquí.Pruebe el servidor
openapi_mcp_serverusandouv run openapi_mcp_serverdesde la carpeta anterior.
Escritorio de Claud
Detalles de configuración para Claud Desktop
{ "mcpServers": { "openapi_mcp_server":{ "command": "uv", "args": ["run","openapi_mcp_server"] "env": { "DEBUG":"1", "API_BASE_URL":"https://petstore.swagger.io/v2", "OPENAPI_SPEC_PATH":"https://petstore.swagger.io/v2/swagger.json", "API_HEADERS":"Accept:application/json", "API_WHITE_LIST":"addPet,updatePet,findPetsByStatus" } } } }
Configuración
Lista de variables de entorno disponibles
DEBUG: Habilitar el registro de depuración (el valor predeterminado opcional es Falso)OPENAPI_SPEC_PATH: Ruta al documento OpenAPI. (obligatorio)API_BASE_URL: URL base para las solicitudes de API. (obligatorio)API_HEADERS: Encabezados para incluir en las solicitudes de API (opcional)API_WHITE_LIST: ID de operación de la lista blanca en formato de lista ["operationId1", "operationId2"] (opcional)API_BLACK_LIST: ID de operación en lista negra en formato de lista ["operationId3", "operationId4"] (opcional)HTTP_PROXY: Detalles del proxy HTTP (opcional)HTTPS_PROXY: Detalles del proxy HTTPS (opcional)NO_PROXY: Sin detalles de proxy (opcional)
Contribuyendo
Las contribuciones son bienvenidas.
No dudes en enviar una solicitud de extracción.
Licencia
Este proyecto está licenciado bajo los términos de la licencia MIT.
Estrellas de Github
Apéndice
UV
mkdir -m777 openapi_mcp_server
cd openapi_mcp_server
uv init
uv add mcp[cli] pydantic python-dotenv requests
uv add --dev twine setuptools
uv sync
uv run openapi_mcp_server
uv build
pip install --force-reinstall --no-deps .\dist\openapi_mcp_server-*fileversion*.whl
export TWINE_USERNAME="rahgadda"
export TWINE_USERNAME="<<API Key>>"
uv run twine upload --verbose dist/*Referencia
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.4,812286MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that loads multiple OpenAPI specifications and exposes them to LLM-powered IDE integrations, enabling AI to understand and work with your APIs directly in development tools like Cursor.72090MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.34254MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Appeared in Searches
- MCP integration with Matrix Synapse server
- Integration guide for Segment.io analytics platform
- Method to Convert REST API to MCP
- Support resources for HTTP-related issues or questions
- Developing and redeveloping web frontend and Python backend projects, including frontend-backend integration and debugging
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rahgadda/openapi_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server