Back to MCP Servers

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.

securityai

Installation

npx -y mcp-maigret

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub