Skip to content
Grok

MITRE ATT&CK for Grok

io.github.luongnv89/mitre-mcp

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

client:Grok transport:stdio runtime:pypi

Install MITRE ATT&CK in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MITRE ATT&CK in other clients