ga

gabfr/waha-api-mcp-server

๐Ÿ“‡ An MCP server with openAPI specs for using the WhatsApp unnoficial API (https://waha.devlike.pro/ also open source: https://github.com/devlikeapro/waha

#WhatsApp API#openAPI#unofficial API
Publishergabfr/waha-api-mcp-server
Submitted date4/19/2025

OpenAPI MCP Server Overview

Title

OpenAPI MCP Server

How to Use

  1. Install dependencies using npm install.
  2. Place your OpenAPI YAML file in the project directory or specify its path via environment variables.
  3. Run the server with npm start or initialize it with Claude Desktop using npm run init.

Key Features

  • Automatically parses OpenAPI YAML files and generates MCP tools for each API operation.
  • Supports path parameters, query parameters, and request bodies.
  • Makes live API calls when tools are invoked by Claude AI.
  • Easy integration with Claude Desktop.

Use Cases

  • Enabling Claude AI to interact with RESTful APIs defined by OpenAPI specifications.
  • Automating API testing and integration workflows.
  • Providing Claude with dynamic access to external services via API tools.

Visit More

View All