AI detector MCP server with industry leading accuracy rates in detecting use of AI in text and images. The Winston AI MCP server also offers a robust plagiarism checker to help maintain integrity.
Overview
🔧 Configuration
For Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"winston-ai-mcp": {
"command": "npx",
"args": ["-y", "winston-ai-mcp"],
"env": {
"WINSTONAI_API_KEY": "your-api-key"
}
}
}
}
For Cursor IDE
Add to your Cursor configuration:
{
"mcpServers": {
"winston-ai-mcp": {
"command": "npx",
"args": ["-y", "winston-ai-mcp"],
"env": {
"WINSTONAI_API_KEY": "your-api-key"
}
}
}
}
Server Config
{
"mcpServers": {
"winston-ai-mcp": {
"command": "npx",
"args": [
"-y",
"winston-ai-mcp"
],
"env": {
"WINSTONAI_API_KEY": "your-api-key"
}
}
}
}