infobip-openapi-mcp

infobip/infobip-openapi-mcp
★ 28 stars Java 🤖 AI/LLM Updated 9d ago
Infobip OpenAPI MCP is a framework for exposing OpenAPI documented HTTP APIs as MCP servers. It is based on Spring AI and made to run as a Spring Boot application. It is powering Infobip's own MCP servers, and you can use it to implement your own MCP servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "infobip-openapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "infobip/infobip-openapi-mcp"
      ]
    }
  }
}

Topics

ai-agentsinfobipmcpopenapispringspring-aispring-bootswagger