The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gptzero MCP listing page.
MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP.
If you find this MCP server useful, please consider supporting its development!
👉 Click here to support this project
Your support helps maintain and improve this tool for everyone. Thank you! 🙏
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on Mac or %APPDATA%\Claude\claude_desktop_config.json on Windows):
Once configured, you can use natural language to detect AI content:
gptzero_detectDetect if text was generated by AI.
Parameters:
document (string, required): Text to analyzemultilingual (boolean, optional): Enable multilingual detection for French/Spanish (default: false)Returns:
gptzero_model_versionsGet available GPTZero model versions.
Returns: List of available model versions
See GPTZero API Docs for full API details.
MIT