Back to MCP Catalog

Maigret OSINT Tool MCP Server

SecurityJavaScript
Search for usernames across social networks and analyze URLs for OSINT research
Available Tools

search_username

Search for a username across social networks and sites

usernameformatuse_all_sitestags

parse_url

Parse a URL to extract information and search for associated usernames

urlformat

Maigret is a powerful OSINT (Open Source Intelligence) tool that collects user account information from hundreds of public sources and social networks. This MCP server provides a convenient interface to search for usernames across platforms and analyze URLs to extract valuable information, all within your AI assistant environment. It's designed for legitimate research purposes with multiple output formats and site filtering capabilities.

Overview

Maigret MCP Server provides a powerful OSINT (Open Source Intelligence) capability directly within your AI assistant. It allows you to search for usernames across hundreds of social networks and websites, as well as analyze URLs to extract information about associated accounts.

Important Warning

This tool is designed for legitimate OSINT research purposes only. Please:

  • Only search for information that is publicly available
  • Respect privacy and data protection laws
  • Follow the terms of service of the platforms being searched
  • Use responsibly and ethically
  • Be aware that some sites may rate-limit or block automated searches

Requirements

Before installing the Maigret MCP Server, ensure you have:

  • Node.js (v18 or later)
  • Docker installed and running
  • Write access to a directory for storing reports

Installation Options

Option 1: Install via Smithery (Recommended)

The easiest way to install Maigret for Claude Desktop is via Smithery:

npx -y @smithery/cli install mcp-maigret --client claude

Option 2: Manual Installation

  1. Install the server globally via npm:
npm install -g mcp-maigret
  1. Create a directory to store reports:
mkdir -p /path/to/reports/directory
  1. Add the server configuration to your AI assistant's configuration file.

For Claude Desktop, edit the configuration file located at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the following configuration:

{
  "mcpServers": {
    "maigret": {
      "command": "mcp-maigret",
      "env": {
        "MAIGRET_REPORTS_DIR": "/path/to/reports/directory"
      }
    }
  }
}
  1. Restart your AI assistant application to apply the changes.

Option 3: Running from Source

If you prefer to run from source or need to modify the code:

  1. Clone the repository and build:
git clone https://github.com/BurtTheCoder/mcp-maigret
cd mcp-maigret
npm install
npm run build
  1. Configure your AI assistant to use the local build:
{
  "mcpServers": {
    "maigret": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-maigret/build/index.js"],
      "env": {
        "MAIGRET_REPORTS_DIR": "/path/to/reports/directory"
      }
    }
  }
}

Troubleshooting

Docker Issues

  1. Verify Docker is installed and running:
docker --version
docker ps
  1. Check Docker permissions:
    • Ensure your user has permissions to run Docker commands
    • On Linux, add your user to the docker group: sudo usermod -aG docker $USER

Reports Directory Issues

  1. Verify the reports directory:

    • The directory specified in MAIGRET_REPORTS_DIR must exist
    • Your user must have write permissions to this directory
    • Check permissions: ls -la /path/to/reports/directory
  2. Common configuration mistakes:

    • Missing MAIGRET_REPORTS_DIR environment variable
    • Directory doesn't exist
    • Incorrect permissions
    • Trailing slashes in the path
  3. After fixing any issues:

    • Save the configuration file
    • Restart your AI assistant application

Common Error Messages

  • "Docker is not installed or not running": Install Docker and start the Docker daemon
  • "MAIGRET_REPORTS_DIR environment variable must be set": Add the environment variable to your configuration
  • "Error creating reports directory": Check directory permissions and path
  • "Error executing maigret": Check Docker logs and ensure the container has proper permissions

Related MCPs

Netskope NPA
SecurityTypeScript

Manage Netskope Network Private Access infrastructure through natural language

DNStwist
SecurityJavaScript

Detect typosquatting, phishing, and domain impersonation with DNS fuzzing

Shodan
SecurityTypeScript

Query Shodan's database for network intelligence and security information

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.