MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP. 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! ๐ - ๐ค Detect AI-generated text with confidence scores
Add this skill
npx mdskills install louis030195/gptzero-mcpClean MCP server for AI text detection with clear setup and useful tool descriptions
MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP.
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! ๐
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-mcp
Once configured, you can use natural language to detect AI content:
gptzero_detectDetect if text was generated by AI.
Parameters:
document (string, required): Text to analyzemultilingual (boolean, optional): Enable multilingual detection for French/Spanish (default: false)Returns:
gptzero_model_versionsGet available GPTZero model versions.
Returns: List of available model versions
# 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
See GPTZero API Docs for full API details.
MIT
Install via CLI
npx mdskills install louis030195/gptzero-mcpLouis030195/gptzero MCP is a free, open-source AI agent skill. MCP (Model Context Protocol) server for GPTZero AI detection API. Detect AI-generated text directly from Claude, ChatGPT, or any LLM that supports MCP. 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! ๐ - ๐ค Detect AI-generated text with confidence scores
Install Louis030195/gptzero MCP with a single command:
npx mdskills install louis030195/gptzero-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Louis030195/gptzero MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.