A Model-Context Protocol server for the MITRE ATT&CK knowledge base
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mitre-attack": {
"args": [],
"command": "mitre-attack-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
50+ Tools for MITRE ATT&CK Querying Comprehensive access to the MITRE ATT&CK knowledge base through structured API tools Automatic ATT&CK Navigator Layer Generation Generate visual representations of techniques used by threat actors Threat Actor and Malware Attribution Query relationships between malware, threat actors, and techniques * Compare techniques used by different threat actors or malware families
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Mitre Attack Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Key Features • Installation • How To Use • Use Cases • Credits
To clone and run this server, you'll need Git, Python, and PipX installed on your computer.
pipx install git+https://github.com/stoyky/mitre-attack-mcp
C:\Users\[YourUsername]\AppData\Roaming\Claude\claude_desktop_config.json
# or
C:\Users\[YourUsername]\AppData\Local\AnthropicClaude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"mitre-attack": {
"command": "mitre-attack-mcp",
"args": [
]
}
}
}
Note: By default the MCP server stores the mitre-related data in the current users default cache directory. You can specify a custom data directory to use with the following config:
{
"mcpServers": {
"mitre-attack": {
"command": "mitre-attack-mcp",
"args": [
"--data-dir",
"<path-to-data-dir>"
]
}
}
}
Please see my blog for more information and examples.
Created by Remy Jaspers