Skip to content

Fmea Api

Free

by MCP Community

MCP server for serving API documentation from endpoints directory

v1.1.69Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Fmea Api MCP Server

MCP server for serving API documentation from endpoints directory

Installation

npx -y fmea-api-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y fmea-api-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fmea-api": {
      "command": "npx",
      "args": ["-y", "fmea-api-mcp-server"]
    }
  }
}