prism (MCP Server)

GitHub

Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

Claude Desktop Configuration

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

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