asyncapi-mcp-server

Adi-204/asyncapi-mcp-server
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated 2d ago
AsyncAPI MCP server — Model Context Protocol server for working with AsyncAPI: parse and validate documents, list templates, and generate code and docs
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": {
    "asyncapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Adi-204/asyncapi-mcp-server"
      ]
    }
  }
}