KartikJoshiUK/AceCloud-MCP
3.1
If you are the rightful owner of AceCloud-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ACECLOUD MCP is a ModelContextProtocol server that provides access to ACECLOUD API.
ACECLOUD MCP
ACECLOUD MCP is a ModelContextProtocol server that provides access to ACECLOUD API.
Installation
npm install
Step1: Build the File
npm run build
node {PATH_TO_REPO}/build/index.js
Step2: Setup your MCP Configuration
{
"mcpServers": {
"AceMCP": {
"command": "node",
"args": [
"{PATH_TO_REPO}/build/index.js"
],
"env": {
"ACE_MCP_EMAIL": "example@host.com",
"ACE_MCP_PASSWORD": "your-password"
}
}
}
}