louis030195/gptzero-mcp
FreeNot checkedAI detection for text content with GPTZero API. Detect AI-generated text, get confidence scores, multilingual support (French/Spanish), and detailed probability
About
AI detection for text content with GPTZero API. Detect AI-generated text, get confidence scores, multilingual support (French/Spanish), and detailed probability breakdowns.
README
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"
}
}
}
}
Claude Code
# 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-mcp
Get Your GPTZero API Key
- Go to GPTZero
- Sign up or log in
- Navigate to API settings
- Copy your API key
Usage
Once configured, you can use natural language to detect AI content:
- "Check if this text is AI-generated: [paste text]"
- "Analyze this document for AI detection"
- "What's the probability this was written by AI?"
- "Is this human or AI written?"
Tools
gptzero_detect
Detect if text was generated by AI.
Parameters:
document(string, required): Text to analyzemultilingual(boolean, optional): Enable multilingual detection for French/Spanish (default: false)
Returns:
- Predicted class (ai/human/mixed)
- Confidence category (high/medium/low)
- Probability scores for each class
- Detailed sentence-level analysis
gptzero_model_versions
Get available GPTZero model versions.
Returns: List of available model versions
Development
# Clone the repo
git clone https://github.com/louis030195/gptzero-mcp.git
cd gptzero-mcp
# Install dependencies
npm install
# Build
npm run build
# Run locally
GPTZERO_API_KEY=your-api-key npm start
API Documentation
See GPTZero API Docs for full API details.
License
MIT
Author
Installing louis030195/gptzero-mcp
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/louis030195/gptzero-mcpFAQ
Is louis030195/gptzero-mcp MCP free?
Yes, louis030195/gptzero-mcp MCP is free — one-click install via Unyly at no cost.
Does louis030195/gptzero-mcp need an API key?
No, louis030195/gptzero-mcp runs without API keys or environment variables.
Is louis030195/gptzero-mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install louis030195/gptzero-mcp in Claude Desktop, Claude Code or Cursor?
Open louis030195/gptzero-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare louis030195/gptzero-mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
