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
By BurtTheCoder
Installation
npx -y mcp-maigretConfiguration
{
"mcpServers": {
"mcp-maigret": {
"command": "npx",
"args": ["-y", "mcp-maigret"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes