MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

OpenAPI 3.x to MCP server bridge in TypeScript with stdio, StreamableHTTP, and SSE transports

Created 2/13/2026
Updated 12 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-openapi

Cursor configuration (mcp.json)

{ "mcpServers": { "haasonsaas-mcp-openapi": { "command": "npx", "args": [ "haasonsaas-mcp-openapi" ] } } }