CrowdStrike Falcon
Connects AI agents with the CrowdStrike Falcon platform to enable intelligent security analysis, providing programmatic access to detections, incidents, threat intelligence, vulnerabilities, and other security capabilities for advanced security opera
What is CrowdStrike Falcon?
CrowdStrike Falcon is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to connects ai agents with the crowdstrike falcon platform to enable intelligent security analysis, providing programmatic access to detections, incidents, threat intelligence, vulnerabilities, and other...
Connects AI agents with the CrowdStrike Falcon platform to enable intelligent security analysis, providing programmatic access to detections, incidents, threat intelligence, vulnerabilities, and other security capabilities for advanced security opera
This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Connects AI agents with the CrowdStrike Falcon platform to e
Use Cases
Maintainer
Works with
Installation
PIP
pip install falcon-mcpManual Installation
pip install falcon-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use CrowdStrike Falcon
The CrowdStrike Falcon MCP server connects AI agents and coding assistants to the CrowdStrike Falcon platform, providing programmatic access to detections, incidents, threat intelligence, host management, vulnerability data, cloud security posture, and 24+ additional security modules. Security analysts and DevSecOps teams use it to query Falcon data in natural language through Claude, run CQL queries against the Next-Gen SIEM, investigate IOCs, and manage prevention policies — all without switching away from their AI assistant. It authenticates with Falcon API client credentials and supports selective module loading to limit scope.
Prerequisites
- A CrowdStrike Falcon subscription with API access enabled
- A Falcon API Client ID and Client Secret from the Falcon console (OAuth2 credentials)
- Python 3.9 or newer, or Docker for containerized deployment
- uv or pip for Python package installation
- An MCP-capable client: Claude Desktop, Claude Code, or another MCP-enabled assistant
Install the falcon-mcp package
Install the package from PyPI using uv (recommended) or pip.
# Recommended
uv tool install falcon-mcp
# Or with pip
pip install falcon-mcpObtain Falcon API credentials
Log in to the Falcon console, navigate to Support > API Clients and Keys, and create a new OAuth2 API client. Note the Client ID and Client Secret, and set the base URL for your cloud region.
Set environment variables
Export your Falcon credentials as environment variables. These are required for every invocation.
export FALCON_CLIENT_ID=your_client_id_here
export FALCON_CLIENT_SECRET=your_client_secret_here
export FALCON_BASE_URL=https://api.crowdstrike.comRun the server
Start the falcon-mcp server from the command line. It will use the environment variables you set.
falcon-mcpOr run with Docker using an env file
For containerized deployment, create a .env file with your credentials and pass it to the Docker run command.
# Create .env file
echo "FALCON_CLIENT_ID=your_id" > .env
echo "FALCON_CLIENT_SECRET=your_secret" >> .env
echo "FALCON_BASE_URL=https://api.crowdstrike.com" >> .env
docker pull quay.io/crowdstrike/falcon-mcp:latest
docker run -i --rm --env-file .env quay.io/crowdstrike/falcon-mcp:latestCrowdStrike Falcon Examples
Client configuration (Claude Desktop with selected modules)
Configure Claude Desktop to run falcon-mcp with a subset of modules for focused security analysis.
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"falcon-mcp",
"--modules", "detections,hosts,intel,vulnerabilities"
],
"env": {
"FALCON_CLIENT_ID": "your_client_id_here",
"FALCON_CLIENT_SECRET": "your_client_secret_here",
"FALCON_BASE_URL": "https://api.crowdstrike.com"
}
}
}
}Prompts to try
These prompts leverage Falcon's detection, intelligence, host, and vulnerability modules.
- "Show me the 10 most recent high-severity detections"
- "Find threat intelligence reports related to the APT28 actor"
- "List all hosts with critical vulnerabilities that haven't been patched"
- "What detections are associated with host DESKTOP-ABC123?"
- "Run a CQL query to find failed login attempts in the last 24 hours"
- "Show me all active incidents and their current status"Troubleshooting CrowdStrike Falcon
Authentication errors — invalid credentials or access denied
Double-check FALCON_CLIENT_ID and FALCON_CLIENT_SECRET match the credentials in the Falcon console. Ensure the API client has the correct scopes enabled for the modules you are loading (e.g., Detections:Read for the detections module).
FALCON_BASE_URL errors for EU or GovCloud tenants
The default base URL is https://api.crowdstrike.com (US-1). EU tenants should use https://api.eu-1.crowdstrike.com and US-GOV tenants use https://api.laggar.gcw.crowdstrike.com.
Module not found or tools missing for a capability
By default all modules load. If you use --modules flag, only listed modules are active. Check available module names in the falcon-mcp documentation and ensure your API client has the required permission scopes.
Frequently Asked Questions about CrowdStrike Falcon
What is CrowdStrike Falcon?
CrowdStrike Falcon is a Model Context Protocol (MCP) server that connects ai agents with the crowdstrike falcon platform to enable intelligent security analysis, providing programmatic access to detections, incidents, threat intelligence, vulnerabilities, and other security capabilities for advanced security opera It connects AI assistants to external tools and data sources through a standardized interface.
How do I install CrowdStrike Falcon?
Install via pip with: pip install falcon-mcp. Then configure your AI client to connect to this MCP server.
Which AI clients work with CrowdStrike Falcon?
CrowdStrike Falcon works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is CrowdStrike Falcon free to use?
Yes, CrowdStrike Falcon is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
CrowdStrike Falcon Alternatives — Similar Security Servers
Looking for alternatives to CrowdStrike Falcon? Here are other popular security servers you can use with Claude, Cursor, and VS Code.
Casdoor
★ 13.6kAn open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD
ghidraMCP
★ 9.0kAn Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through
HexStrike AI
★ 8.9kHexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b
IDA Pro MCP
★ 8.7kEnables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.
Anthropic Cybersecurity Skills
★ 6.6k754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform
Hooker
★ 5.1k🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u
Browse More Security MCP Servers
Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up CrowdStrike Falcon in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use CrowdStrike Falcon?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.