mcpbeat Sign in

CrowdStrike Falcon MCP Server

by crowdstrike Your server? Claim it
local only

CrowdStrike Falcon MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 10 994 installs a week from pypi. Last commit 18 Sep 2026.

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

Installs per day peak 3 285 · avg 1 620 · -0% w/w
a month agotoday
10 994
Installs / week
pypi · falcon-mcp
256
Stars
21 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            pkg_path = os.path.join(modules_path, name)
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-please.yml:71
      - name: Update uv.lock
        if: ${{ steps.release-please.outputs.pr }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add falcon-mcp -- uvx falcon-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "falcon-mcp": {
      "args": [
        "falcon-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.falcon-mcp]
command = "uvx"
args = ["falcon-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "falcon-mcp": {
      "args": [
        "falcon-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "falcon-mcp": {
      "args": [
        "falcon-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FALCON_CLIENT_ID (CrowdStrike API client ID), FALCON_CLIENT_SECRET (CrowdStrike API client secret), FALCON_BASE_URL (CrowdStrike API region URL), FALCON_MEMBER_CID (Child CID for Flight Control (MSSP) support), FALCON_MCP_MODULES (Comma-separated list of modules to enable), FALCON_MCP_TRANSPORT (Transport protocol to use), FALCON_MCP_DEBUG (Enable debug logging), FALCON_MCP_HOST (Host to bind to for HTTP transports), FALCON_MCP_PORT (Port to listen on for HTTP transports), FALCON_MCP_USER_AGENT_COMMENT (Additional information to include in the User-Agent comment section), FALCON_MCP_STATELESS_HTTP (Enable stateless HTTP mode for scalable deployments), FALCON_MCP_API_KEY (API key for HTTP transport authentication (x-api-key header)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CrowdStrike Falcon MCP Server

same job, measured the same way
Jshookmcp
by vmoranv

MCP server for JavaScript analysis, security auditing, browser automation and hooks

592 installs/wk local only
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
SymbioticSec
by symbioticsec

Symbiotic CLI MCP Server for security scanning and analysis

50 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Android Security Analyzer
by ako2345

MCP server for static security analysis of Android source code

4 tools answering
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
FileSystem MCP Server
by oncorporation

Secure filesystem access for AI agents with configurable directory and file type restrictions

112 installs/wk local only
CloudBees Unify MCP Server
by cloudbees

Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security

answering

CrowdStrike Falcon MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for CrowdStrike Falcon MCP Server?
CrowdStrike Falcon MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package falcon-mcp was installed 10 994 times last week.
How do I connect CrowdStrike Falcon MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls falcon-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use CrowdStrike Falcon MCP Server?
The pypi package falcon-mcp was installed 10 994 times in the last week. Week over week that is -0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CrowdStrike Falcon MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 256 stars on GitHub and 21 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.