gptzero-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gptzero-mcpcheck this text for AI-generated content"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gptzero-mcp
MCP server for GPTZero AI content detection. Get sentence-level and paragraph-level AI probability scores so you can surgically identify and fix AI-generated content.
Installation
pip install gptzero-mcpRelated MCP server: AI Content Detector MCP Server
Configuration
Set your API key as an environment variable:
export GPTZERO_API_KEY=your_api_key_hereGet your API key at app.gptzero.me/api.
Claude Code
claude mcp add -s user -e GPTZERO_API_KEY=your_key gptzero -- gptzero-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gptzero": {
"command": "gptzero-mcp",
"env": {
"GPTZERO_API_KEY": "your_key"
}
}
}
}Tools
detect_text
Full AI detection with sentence-level and paragraph-level scoring. Returns:
Overall classification (human/ai/mixed) with confidence
Per-sentence AI probability and flags
Per-paragraph AI probability
Burstiness and perplexity metrics
detect_text_summary
Quick overview — overall score plus only the flagged sentences.
detect_files
Scan document files (PDF, DOCX, TXT). Up to 50 files per request.
list_model_versions
List available GPTZero detection model versions.
Example
> detect_text("Your content here...")
{
"classification": "ai",
"confidence": "high",
"confidence_score": 0.95,
"sentences": [
{
"sentence": "Your content here...",
"ai_probability": 0.98,
"flagged_as_ai": true
}
]
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.
AI proofreading for public web pages and full sites, with AI-verified corrections. Paid plans only.
Track AI visibility (ChatGPT, Gemini, AI Overviews), research SEO keywords, write, publish, prove.
Fact-checks generated content against your sources of truth showing what to trust, change, & verify.
Related MCP Servers
- AlicenseCqualityDmaintenanceHelps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.126 npm59MIT
- FlicenseNot gradedqualityCmaintenanceDetects AI-generated content by analyzing 24 writing patterns, provides style analysis, plagiarism check, text humanization suggestions, and offers batch detection and version comparison tools.-
- AlicenseAqualityCmaintenanceMeasures AI-detection risk in text and provides a line-by-line rewrite plan to lower the score.619 PyPI2MIT
- AlicenseAqualityDmaintenanceEnables AI attribution audits and quick transparency checks on written content, providing authorship analysis and segment breakdowns for editorial review.22MIT