Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
[!NOTE] This is a community extension of CrowdStrike's official falcon-mcp server (MIT licensed). It adds 106 auto-generated API wrapper modules (~904 additional tools) on top of the official curated tool set, for near-complete CrowdStrike Falcon API coverage. This project is not affiliated with, maintained by, or endorsed by CrowdStrike. If you only need the curated SOC workflows, use the official server; use this project when you need API surface the official server doesn't expose yet.
For SOC analysts and security engineers: Stop tab-switching between CrowdStrike, your ticketing system, and your notes. Ask Claude to triage the alert, pull the process tree, check if the hash ran on other hosts, and draft the IR note โ all in one conversation.
falcon-mcp-extended is a Model Context Protocol (MCP) server that gives AI agents โ including Claude โ direct, structured access to the CrowdStrike Falcon platform for intelligent security operations.
This server bridges AI assistants and the CrowdStrike Falcon platform, enabling SOC analysts to ask natural-language questions and get answers backed by live Falcon data. It exposes Falcon's detection, investigation, response, and intelligence capabilities as MCP tools, so an AI agent can search detections, pivot through behaviors, contain hosts, and query threat intelligence โ all from a single conversation. Designed for both interactive SOC workflows and automated security pipelines, it supports MSSP Flight Control so multi-tenant environments can be queried without switching consoles.
| Layer | Module count | Approximate tool count | Enabled by default |
|---|---|---|---|
| Curated modules (from upstream, plus additions) | 50 | ~392 | Yes |
Auto-generated API wrappers (gen_*) โ this project's addition | 106 | ~904 additional | No (opt-in) |
The default mode exposes the curated layer (~392 tools), which covers every major SOC workflow with well-described, ergonomic tools. The full generated layer (total ~1,296 tools) can be enabled with FALCON_MCP_ENABLE_GENERATED=1 for complete API surface coverage โ including Message Center, ODS scans, response/content/device-control policies, installation tokens, MalQuery, FalconX Sandbox, QuickScan Pro, sample uploads, FileVantage, Falcon Complete Dashboard, cloud registration (AWS/Azure/GCP/OCI), Kubernetes admission control, container images/alerts/detections, network scanning, NGSIEM administration, knowledge bases, and much more.
member_cid to scope any query to a specific managed tenantuv (recommended) or pip[!IMPORTANT] The correct package name is
falcon-mcp-extended. Do notpip install falcon-mcpโ that is CrowdStrike's official package, which does not include the extended module layer.
Or with uv:
All configuration is driven by environment variables (or a .env file in the working directory). CLI flags mirror every env var and take precedence when both are set.
| Variable | Required | Description | Example |
|---|---|---|---|
FALCON_CLIENT_ID | Required | CrowdStrike API Client ID | abc123def456 |
FALCON_CLIENT_SECRET | Required | CrowdStrike API Client Secret | your-client-secret |
FALCON_BASE_URL | Required | API endpoint URL for your region | https://api.crowdstrike.com |
FALCON_MEMBER_CID | Optional | Default child CID for MSSP Flight Control; targets all queries at that tenant | ABC123DEF456GHI789 |
FALCON_MCP_TRANSPORT | Optional | Transport protocol: stdio, sse, or streamable-http (default: stdio) | streamable-http |
FALCON_MCP_HOST | Optional | Bind host for HTTP transports (default: 127.0.0.1) | 0.0.0.0 |
FALCON_MCP_PORT | Optional | Bind port for HTTP transports (default: 8000) | 8000 |
FALCON_MCP_MODULES | Optional | Comma-separated list of modules to enable; omit to enable all | detections,incidents,intel |
FALCON_MCP_ENABLE_GENERATED | Optional | Set to 1 to load all 106 auto-generated modules (~1,296 tools total) | 1 |
FALCON_MCP_READONLY | Optional | Set to true to suppress all mutating tools at startup | true |
FALCON_MCP_ALLOW_DESTRUCTIVE | Optional | Set to true to enable all destructive tools, or a comma-separated list of specific tool names to allow selectively | falcon_perform_host_action,falcon_execute_rtr_active_responder_command |
FALCON_MCP_API_KEY | Optional | API key for x-api-key header authentication on HTTP transports | your-api-key |
FALCON_MCP_STATELESS_HTTP | Optional | Set to true to enable stateless HTTP mode for horizontally-scaled deployments | true |
FALCON_MCP_DEBUG | Optional | Set to true to enable verbose debug logging | true |
Region base URLs:
| Region | Base URL |
|---|---|
| US-1 | https://api.crowdstrike.com |
| US-2 | https://api.us-2.crowdstrike.com |
| EU-1 | https://api.eu-1.crowdstrike.com |
| GOV-1 | https://api.laggar.gcw.crowdstrike.com |
HTTP mode (streamable-http) is recommended for Claude Code and other AI development environments that support persistent server connections.
Step 1 โ Start the server:
Step 2 โ Add to .claude/settings.json (project) or ~/.claude/settings.json (global):
For API key-protected deployments, add the header:
Stdio mode works best for Claude Desktop. Credentials are passed directly in the MCP server configuration.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/falcon-mcp)<a href="https://allmcps.com/mcp/falcon-mcp"><img src="https://allmcps.com/api/badge/falcon-mcp?style=directory" alt="Falcon MCP on AllMCPs" /></a>