Maigret MCP Server

Maigret MCP Server

用于Maigret的强大OSINT工具,该工具从各种公开来源收集用户账户信息的MCP服务器。

Maigret MCP 服务器快速开始指南

smithery 徽章 mcp-maigret MCP 服务器

Maigret 是一款强大的开源情报工具,可从公开来源收集用户账户信息。此 MCP 服务器可与 Claude Desktop 等应用无缝集成。

⚠️ 使用须知

此工具仅供合法 OSINT 研究使用。请尊重隐私法律、服务条款并负责任地使用。

安装选项

1. 通过 Smithery 安装(推荐)

npx -y @smithery/cli install mcp-maigret --client claude

2. 手动安装

# 1. 安装 Docker (如未安装)
# 2. 全局安装服务器
npm install -g mcp-maigret

# 3. 创建报告目录
mkdir -p /path/to/reports/directory
  1. 编辑 Claude Desktop 配置文件:
{
  "mcpServers": {
    "maigret": {
      "command": "mcp-maigret",
      "env": {
        "MAIGRET_REPORTS_DIR": "/path/to/reports/directory"
      }
    }
  }
}

配置文件位置:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. 重启 Claude Desktop

主要功能

  • 用户名搜索:在数百个网站上搜索用户名
  • URL 分析:解析 URL 提取信息
  • 多种输出格式:支持 txt、html、pdf、json、csv 和 xmind

可用工具

用户名搜索工具

{
  "username": "test_user123",
  "format": "html",
  "use_all_sites": false,
  "tags": ["photo"]
}

URL 分析工具

{
  "url": "https://example.com/profile",
  "format": "txt"
}

故障排除

  • 确认 Docker 已安装且运行中:docker --version && docker ps
  • 验证报告目录存在且有写权限
  • 检查 MAIGRET_REPORTS_DIR 环境变量设置正确
  • 遇到问题后重启 Claude Desktop

系统要求

  • Node.js v18+
  • Docker
  • macOS、Linux 或带 Docker Desktop 的 Windows