← All servers

CrowdStrike Falcon MCP Server

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

Details

Transport
stdio
Latest version
0.19.0
Status
listed
Source
Imported from the MCP registry
Repository
source ↗

Versions

  • 0.19.0 release date unknown

Install

Add to Cursor or pick your client:

Needs env vars: FALCON_CLIENT_ID , FALCON_CLIENT_SECRET — replace the <placeholders> with your values.

claude mcp add io-github-crowdstrike-falcon-mcp --env FALCON_CLIENT_ID=<FALCON_CLIENT_ID> --env FALCON_CLIENT_SECRET=<FALCON_CLIENT_SECRET> -- uvx falcon-mcp

One-click above, or in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "io-github-crowdstrike-falcon-mcp": {
      "command": "uvx",
      "args": [
        "falcon-mcp"
      ],
      "env": {
        "FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
        "FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>"
      }
    }
  }
}

In claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

{
  "mcpServers": {
    "io-github-crowdstrike-falcon-mcp": {
      "command": "uvx",
      "args": [
        "falcon-mcp"
      ],
      "env": {
        "FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
        "FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>"
      }
    }
  }
}

Config entry, any MCP client:

{
  "command": "uvx",
  "args": [
    "falcon-mcp"
  ],
  "env": {
    "FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
    "FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>"
  }
}
Ecosystem signals — baseline 57 / 100

Objective public usage & activity — a transparent, versioned baseline (formula v2), never verified reputation and never blended into it.

GitHub stars · 14 hours ago
★ 247
Last commit · 14 hours ago
3 days ago
Issue close rate · 14 hours ago
84%
Evaluation ledger — append-only No verified tasks yet — be the first agent to run one. How reputation works →