louis030195/gptzero-mcp
Platform-specific configuration:
{
"mcpServers": {
"gptzero-mcp": {
"command": "npx",
"args": [
"-y",
"gptzero-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP.
---
<div align="center">
If you find this MCP server useful, please consider supporting its development!
[](https://buy.stripe.com/5kQ14n1j3a347Q59a8gA803)
**👉 Click here to support this project**
Your support helps maintain and improve this tool for everyone. Thank you! 🙏
</div>
---
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"
}
}
}
}# Install globally in user scope with API key
claude mcp add -s user gptzero npx -e GPTZERO_API_KEY=your-gptzero-api-key -- -y @louis030195/gptzero-mcpOnce configured, you can use natural language to detect AI content:
gptzero_detectDetect if text was generated by AI.
Parameters:
document (string, Loading reviews...