Skip to main content
SecurityTypeScript

BurtTheCoder/mcp-maigret

MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

securitycloud-servicewindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/BurtTheCoder/mcp-maigret

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-maigret": {
      "command": "npx",
      "args": [
        "-y",
        "BurtTheCoder/mcp-maigret"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
BurtTheCoder