Odel
CrowdStrike Falcon MCP Server

CrowdStrike Falcon MCP Server

Local
@crowdstrike243PythonMITUpdated 5 days ago

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfalcon-mcpv0.19.0

Run

uvx falcon-mcp

MCP client config

{
  "mcpServers": {
    "crowdstrike-falcon-mcp-server": {
      "command": "uvx",
      "args": [
        "falcon-mcp"
      ]
    }
  }
}