Node version of https://github.com/aipotheosis-labs/aci-mcp
start the unified server:
npx tsx src/index.ts unified-server --linked-account-owner-id <linked-account-owner-id> --allowed-apps-only{
"mcpServers": {
"aci-mcp-unified-node": {
"command": "npx",
"args": [
"@aci-sdk/mcp@latest",
"unified-server",
"--linked-account-owner-id",
"<linked-account-owner-id>",
"--allowed-apps-only"
],
"env": {
"ACI_API_KEY": "<aci-api-key>"
}
}
}
}npm install -g @anthropic-ai/dxt # install dxt
npm install --production # install dependencies
npm ci # reproducible builds
dxt pack . aci-mcp-extension-v0.0.3.dxt # pack the extension