Security|Data|AI / MLUnknown

awesome-osint-mcp-servers

A curated list of MCP servers for OSINT (Open Source Intelligence).

Free
N/A rating (0 reviews)0 installs181 GitHub stars
OSINTMCPservers

An MCP server connects tools and services to LLM systems like Claude, Cursor, Windsurf, etc. MCP servers simplify execution of OSINT tools by combining them with the ease of LLM querying and the ability to create flexible reports.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "awesome-osint-mcp-servers": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-osint-mcp-servers"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.