Back to MCP Servers

APIFold

Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key.

aggregatorsgithubslackapirestai

Installation

npx -y APIFold

Configuration

{
  "mcpServers": {
    "APIFold": {
      "command": "npx",
      "args": ["-y", "APIFold"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub