refit (MCP Server)

GitHub

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "refit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-refit"
      ]
    }
  }
}