Search for a username across social networks and sites
Parse a URL to extract information and search for associated usernames
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.
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.
This tool is designed for legitimate OSINT research purposes only. Please:
Before installing the Maigret MCP Server, ensure you have:
The easiest way to install Maigret for Claude Desktop is via Smithery:
npx -y @smithery/cli install mcp-maigret --client claude
npm install -g mcp-maigret
mkdir -p /path/to/reports/directory
For Claude Desktop, edit the configuration file located at:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"maigret": {
"command": "mcp-maigret",
"env": {
"MAIGRET_REPORTS_DIR": "/path/to/reports/directory"
}
}
}
}
If you prefer to run from source or need to modify the code:
git clone https://github.com/BurtTheCoder/mcp-maigret
cd mcp-maigret
npm install
npm run build
{
"mcpServers": {
"maigret": {
"command": "node",
"args": ["/absolute/path/to/mcp-maigret/build/index.js"],
"env": {
"MAIGRET_REPORTS_DIR": "/path/to/reports/directory"
}
}
}
}
docker --version
docker ps
sudo usermod -aG docker $USER
Verify the reports directory:
ls -la /path/to/reports/directory
Common configuration mistakes:
After fixing any issues: