mcpbeat Sign in

MITRE ATT&CK MCP Server

by luongnv89 Your server? Claim it
local only

MITRE ATT&CK runs on your own machine — the client starts it, so there is no endpoint to ping. 150 installs a week from pypi. Last commit 26 Nov 2025.

MCP server exposing the MITRE ATT&CK framework via the official MCP Python SDK.

Installs per day peak 47 · avg 22 · +1% w/w
a month agotoday
150
Installs / week
pypi · mitre-mcp
13
Stars
1 open issues
26 Nov 2025
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MITRE ATT&CK every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mitre-mcp -- uvx mitre-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mitre-mcp": {
      "args": [
        "mitre-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mitre-mcp]
command = "uvx"
args = ["mitre-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mitre-mcp": {
      "args": [
        "mitre-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mitre-mcp": {
      "args": [
        "mitre-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MITRE ATT&CK

same job, measured the same way
MCP Recon Ng
by daedalus

MCP server exposing full recon-ng OSINT framework functionality

52 installs/wk local only
Mux
by mux

The official MCP Server for the Mux API

414 installs/wk 2 tools answering
MCP Capstone
by daedalus

MCP server exposing Capstone 5.0.7 disassembly framework

55 installs/wk local only
Ionic Framework MCP
by capawesome

Unofficial MCP server for the Ionic Framework documentation, components and blog.

58 installs/wk 5 tools answering
MCP Pymetasploit3
by daedalus

MCP server for Metasploit Framework via pymetasploit3

65 installs/wk local only
Obsidian CLI MCP
by dariuscorvus

Local MCP server for Obsidian Desktop via the official Obsidian CLI.

49 installs/wk local only
MCP Python Bitcoinlib
by daedalus

An MCP server that exposes the python-bitcoinlib API

61 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

33 installs/wk local only

MITRE ATT&CK — questions

Answers built from our own checks of this server.

Why is there no uptime for MITRE ATT&CK?
MITRE ATT&CK runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mitre-mcp was installed 150 times last week.
How do I connect MITRE ATT&CK?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mitre-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MITRE ATT&CK?
The pypi package mitre-mcp was installed 150 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MITRE ATT&CK open source?
Yes — it is published under the MIT licence, written in JavaScript, 13 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.