Back to MCP Servers

Gptzero

AI detection for text content with GPTZero API. Detect AI-generated text, get confidence scores, multilingual support (French/Spanish), and detailed probability breakdowns.

developer-toolsapiai

Installation

npx -y gptzero-mcp

Configuration

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

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