MCP Servers

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

Convert OpenAPI v3 specifications into MCP servers using HAPI CLI. Supports local, Docker, and Cloudflare Workers deployment. Zero code required. Use when you need to expose API functionality as MCP tools or deploy API-based services to multiple hosting platforms.

Created 1/25/2026
Updated 3 days ago
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/mcp-com-ai/api-to-mcp-skills
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "mcp-com-ai-api-to-mcp-skills": { "command": "git", "args": [ "clone", "https://github.com/mcp-com-ai/api-to-mcp-skills" ] } } }