MCP.so
Sign In

Maigret MCP Server

@BurtTheCoder

About Maigret MCP Server

MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources.

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

BurtTheCoder

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-maigret": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "mcp-maigret",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Maigret MCP Server?

An MCP server that wraps the OSINT tool maigret for searching usernames across hundreds of public sources and analyzing URLs. Designed for use with MCP-compatible clients such as Claude Desktop.

How to use Maigret MCP Server?

Install via Smithery (npx -y @smithery/cli install mcp-maigret --client claude) or manually with npm install -g mcp-maigret, create a reports directory, and add the server configuration (with MAIGRET_REPORTS_DIR env var) to your Claude Desktop config. The server provides two tools: search_username (with optional format, use_all_sites, and tags parameters) and parse_url.

Key features of Maigret MCP Server

  • Username search across hundreds of social networks and websites
  • URL analysis to extract information and find associated usernames
  • Multiple output formats: txt, html, pdf, json, csv, xmind
  • Site filtering by tags (e.g., photo, dating, us)
  • Docker-based execution for reliable cross-platform operation

Use cases of Maigret MCP Server

  • Performing legitimate OSINT research by searching for usernames across platforms
  • Analyzing a URL to discover linked usernames and account information
  • Generating structured reports in various formats for further analysis
  • Filtering searches to specific site categories (tags) to narrow results

FAQ from Maigret MCP Server

What are the system requirements?

Node.js v18 or later, Docker (with Docker Desktop on macOS/Windows), and write access to a reports directory.

How do I install and configure the server?

Install globally via npm (npm install -g mcp-maigret) or set up from source. Create a reports directory and set the MAIGRET_REPORTS_DIR environment variable in your Claude Desktop configuration file.

What security measures are in place?

Usernames are restricted to alphanumeric, underscores, hyphens, and periods (max 100 chars); URLs must be valid HTTP/HTTPS with no shell metacharacters; tags allow only alphanumeric, underscores, and hyphens. Commands use execFile() to prevent shell injection.

What output formats does the username search support?

Txt, html, pdf, json, csv, and xmind. The default format is pdf.

How can I troubleshoot Docker or reports directory issues?

Verify Docker is installed and running (docker --version, docker ps). Ensure the MAIGRET_REPORTS_DIR path exists and your user has write permissions. Common fixes include checking permissions, removing trailing slashes, and restarting Claude Desktop after changes.

Comments

More Other MCP servers