Winston AI

by gowinston-ai

350 downloads
Not rated
GitHub

About

AI detector MCP server with industry leading accuracy rates in detecting use of AI in text and images. The [Winston AI](https://gowinston.ai) MCP server also offers a robust plagiarism checker to help maintain integrity.

Details

Author
gowinston-ai
Downloads
350
Categories
Developer Tools, Other

- AI text detection with human vs. AI classification
- Confidence scoring and sentence-level AI analysis
- AI image detection with metadata and watermark verification
- Plagiarism detection against billions of web pages
- Text comparison with word-level similarity breakdown
- Multi-language support for text analysis

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Winston AI
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the MCP server and configure it with your Winston AI API key. Use MCP client tools to send text or images for analysis via the server’s endpoints.

ai-text-detection

Detects AI content in a given text to detect the likelihood of the text being written by an AI. Cost: 1 credit per word.

ai-image-detection

Detects AI content in a given image by verifying image metadata and using a machine learning system trained to differentiate between human and AI-generated images. Cost: 300 credits per image.

plagiarism-detection

Winston AI's plagiarism API is a powerful tool designed to check text for plagiarism by scouring the internet for similar content. It queries multiple websites and compares the input text with the content found on these websites. This can be particularly useful in academic settings, content creation, legal scenarios or any other situation where originality of content is required. Cost: 2 credits per word.

text-compare

Compares two texts and returns the similarity score. Cost: 0.5 credit per total words found in both texts.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "winston ai": {
            "winston-ai-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "winston-ai-mcp"
                ],
                "env": {
                    "WINSTONAI_API_KEY": "your-api-key"
                }
            }
        }
    }
}

McpServers

{
    "winston-ai-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "winston-ai-mcp"
        ],
        "env": {
            "WINSTONAI_API_KEY": "your-api-key"
        }
    }
}

Model Context Protocol (MCP) Server for Winston AI - the most accurate AI Detector. Detect AI-generated content, plagiarism, and compare texts with ease.

---
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.