falcon-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
falcon-mcp by CrowdStrike | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 161 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
falcon-mcp · Summary
CrowdStrike's MCP server enables AI agents to access security operations through the Falcon platform.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
falcon-mcp · Use cases
- Automate security analysis and threat hunting with AI agents
- Integrate CrowdStrike Falcon capabilities into agentic workflows
- Enable security operations through AI-powered security assistants
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
falcon-mcp · Install
Install falcon-mcp using either uv (recommended) or pip:
# Using uv
uv tool install falcon-mcp
# Using pip
pip install falcon-mcpConfiguration requires environment variables:
export FALCON_CLIENT_ID="your-client-id"
export FALCON_CLIENT_SECRET="your-client-secret"
export FALCON_BASE_URL="https://api.crowdstrike.com"Run with:
falcon-mcpTo use with Claude Desktop, add this to your config.json:
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"--env-file",
"/path/to/.env",
"falcon-mcp"
]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}