Skip to content
VS Code

ackee mcp for VS Code

io.github.mrfentmen/ackee-mcp

Ackee analytics: domains, facts, browsers.

client:VS Code transport:stdio runtime:npm

Install ackee mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ackee-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ackee-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ackee mcp in other clients