Maigret MCP Server
by BurtTheCoder
Maigret MCP Server is a Model Context Protocol server for the OSINT tool, Maigret. It provides tools for searching usernames across social networks and analyzing URLs, designed to integrate with MCP-compatible applications.
Last updated: N/A
What is Maigret MCP Server?
This server is a Model Context Protocol (MCP) server that integrates with the Maigret OSINT tool. It allows users to search for usernames across various social networks and analyze URLs to extract information.
How to use Maigret MCP Server?
The server can be installed via Smithery or manually using npm and Docker. After installation, configure Claude Desktop to use the server by adding it to the mcpServers
configuration with the appropriate command and environment variables, including the path to the reports directory.
Key features of Maigret MCP Server
Username Search
URL Analysis
Multiple Output Formats (txt, html, pdf, json, csv, xmind)
Site Filtering
Docker-based
Use cases of Maigret MCP Server
Investigating social media presence of a user
Analyzing URLs for associated usernames
Generating reports on user activity across different platforms
Performing OSINT research
Integrating with MCP-compatible applications like Claude Desktop
FAQ from Maigret MCP Server
How do I install Maigret MCP Server?
How do I install Maigret MCP Server?
You can install it via Smithery using the provided command or manually by installing Docker, the server globally via npm, creating a reports directory, and configuring Claude Desktop.
What are the requirements for running this server?
What are the requirements for running this server?
You need Node.js (v18 or later), Docker, macOS, Linux, or Windows with Docker Desktop installed, and write access to the reports directory.
How do I specify the reports directory?
How do I specify the reports directory?
Set the MAIGRET_REPORTS_DIR
environment variable in your Claude Desktop configuration to the path of your reports directory.
What output formats are supported?
What output formats are supported?
The server supports txt, html, pdf, json, csv, and xmind formats.
What if I encounter Docker issues?
What if I encounter Docker issues?
Verify Docker is installed and running, and ensure your user has the necessary permissions to run Docker commands. You may need to add your user to the docker group on Linux.