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.
Quick Start
Clone the repository:
git clone https://github.com/BurtTheCoder/mcp-maigretClaude Desktop configuration example:
{
"mcpServers": {
"mcp-maigret": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-maigret"
]
}
}
}Check the repository README for specific installation and configuration instructions.