@louis030195/gptzero-mcp
MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP.
💖 Support This Project
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! 🙏
Features
- 🤖 Detect AI-generated text with confidence scores
- 🌍 Multilingual support (French, Spanish)
- 📊 Detailed probability breakdowns (AI/Human/Mixed)
- 🎯 High/medium/low confidence categories
Installation
Claude Desktop
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):
{
"mcpServers": {
"gptzero": {
"command": "npx",
"args": ["-y", "@louis030195/gptzero-mcp"],
"env": {
"GPTZERO_API_KEY": "your-gptzero-api-key"
}
}
}
}





