mcpify-site

furkan708/mcpify-site
★ 0 stars HTML API Integration Updated today
Landing page for mcpify — turn any OpenAPI REST API into an MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpify-site": {
      "command": "npx",
      "args": [
        "-y",
        "furkan708/mcpify-site"
      ]
    }
  }
}