MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mitre-attack": {
"args": [
"-y",
"@imouiche/mitre-attack-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-Native Access to the World's Leading Threat Intelligence Framework
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@imouiche/mitre-attack-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @imouiche/mitre-attack-mcp-server against OSV.dev.
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
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Security scanner for GitHub repos, Agent Skills, Plugins, and MCP servers. 18 scanners. Zero dependencies.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Security Weekly
Get CVE alerts and security updates for Mitre Attack MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-Native Access to the World's Leading Threat Intelligence Framework
Features • Installation • Quick Start • Tools • Examples • Roadmap
The MITRE ATT&CK MCP Server transforms the world's leading adversary knowledge base into an AI-native interface. Built for the Model Context Protocol, it enables LLMs and agentic systems to:
Perfect for: Security teams, threat hunters, detection engineers, AI researchers, and anyone building intelligent security systems.
mitre-attack-mcp-server is a self-contained MCP server that provides machine-callable access to the MITRE ATT&CK framework using official STIX data with LLMs friendly structured outputs.
It enables:
No scraping.
No fragile APIs.
Just official MITRE data, structured and reliable.
pip install mitre-mcp-server
npm install -g @imouiche/mitre-attack-mcp-server
npx @imouiche/mitre-attack-mcp-server
uv pip install mitre-mcp-server
git clone https://github.com/imouiche/complete-mitre-attack-mcp-server.git
cd complete-mitre-attack-mcp-server
npm install
git clone https://github.com/imouiche/complete-mitre-attack-mcp-server.git
cd complete-mitre-attack-mcp-server
uv sync
pip install mitre-mcp-server
Add to your `claude_desktop_config.js