Skip to main content

Winston AI MCP Server ⚡️

The Model Context Protocol (MCP) Server lets you self-host the same detection capabilities that power the Winston AI API. Use it for fully offline workflows, or to integrate with tools like Cursor or Claude Desktop.

✨ Features

  • AI Text Detection – human vs AI classification with sentence-level analysis
  • AI Image Detection – identify AI-generated images, C2PA metadata & watermark detection
  • Plagiarism Detection – internet-scale plagiarism scans with detailed source reports
  • Text Comparison – bidirectional similarity analysis between two texts
All functionality and credit costs are identical to the hosted API.

🌐 API Integration

This section shows how to integrate our MCP server with our Host API or NPM package.

Base URL

The Base URL for the Host MCP server is
The server exposes a JSON-RPC 2.0 API over HTTPS POST. Each request must contain the fields:

cURL Examples

Example: List tools

Example: AI Text Detection

Example: AI Image Detection

Example: Plagiarism Detection

Example: Text Comparison

Note: Replace your-winston-ai-api-key with your actual Winston AI API key. You can get one at https://dev.gowinston.ai.

🔧 Local configuration

For Claude Desktop

Add to your claude_desktop_config.json:

For Cursor IDE

Add to your Cursor configuration:
For more information (Docker 🐳, NPM package, running from source, etc.) see the GitHub repository.