Skip to main content
Developer ToolsTypeScript

louis030195/gptzero-mcp

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

developer-toolscloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/louis030195/gptzero-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
louis030195