MITRE ATT&CK MCP Server

Production-ready Model Context Protocol (MCP) server that exposes the MITRE ATT&CK® framework to LLMs, AI assistants, and automation workflows. Built with the official MCP Python SDK and mitreattack-python library for secure, high-performance access to adversary tactics, techniques, groups, software, and mitigations. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2025-11-26 · ★ 12 · #500 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install MITRE ATT&CK

Claude Code

claude mcp add montimage-mitre-mcp -- uvx mitre-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "montimage-mitre-mcp": {
      "command": "uvx",
      "args": [
        "mitre-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mitre-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry registry publisher io.github.luongnv89 is not the repo owner (montimage) - the registry entry was published by someone else

03 · What MITRE ATT&CK can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.0 · 2025-11-17

v0.3.0 - Stable Release with Enhanced Quality · Highlights · This is a stable production-ready release with comprehensive code quality improvements, expanded Python version support, and zero linting/type errors.…

v0.2.2 · 2025-11-17

v0.2.2 - Code Quality and Security Improvements · Highlights · Python 3.10-3.14 support with comprehensive CI/CD testing · Security policy added (SECURITY.md) · Code quality improvements with reduced complexity · All…

v0.2.1 · 2025-11-17

v0.2.1 - Code Quality and Documentation Release · Highlights · Comprehensive code quality infrastructure with pre-commit hooks · 114 tests with 66% coverage ensuring reliability · Updated documentation across README…

04 · Who maintains MITRE ATT&CK

MITRE ATT&CK is maintained by montimage. It's the only MCP server we track from this author; the repo dates to May 2025.

05 · Facts

category
other - ranked #500 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.luongnv89/mitre-mcp (active, first published 2025-11-18)
packages
pypi:mitre-mcp

06 · MITRE ATT&CK FAQ

What is MITRE ATT&CK?

Production-ready Model Context Protocol (MCP) server that exposes the MITRE ATT&CK® framework to LLMs, AI assistants, and automation workflows. Built with the official MCP Python SDK and mitreattack-python library for secure, high-performance access to adversary tactics, techniques, groups, software, and mitigations. It runs locally over stdio via the published package.

Is MITRE ATT&CK still maintained?

Yes - as of 2026-08-25, its last commit was 2025-11-26. We re-verify nightly.

How do I install MITRE ATT&CK?

Run `uvx mitre-mcp`. You can also paste the ready-made client config above.

Does MITRE ATT&CK run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to MITRE ATT&CK

More MCP servers to compare · Plots · Bash Command MCP · Hashfile MCP · ConnectWise PSA · Jobd

More JavaScript MCP servers · iCloud MCP · Rippr MCP · Xendit MCP · Gitstandup · Multimail Dev MCP Server · see all