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
By louis030195
Installation
npx -y gptzero-mcpConfiguration
{
"mcpServers": {
"gptzero-mcp": {
"command": "npx",
"args": ["-y", "gptzero-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes