mcp-server-cloudautomator
An unofficial MCP server for using Cloud Automator REST API.
Documentation
A Cloud Automator MCP server
An unofficial MCP server for using Cloud Automator REST API.
Features
Tools
1. `list-jobs`
2. `get-job`
3. `get-log`
4. `get-resource-operation-results`
5. `list-job-workflows`
6. `get-job-workflow`
7. `list-post-processes`
8. `get-post-process`
9. `list-group-aws-accounts`
10. `get-group-aws-account`
11. `list-group-google-cloud-accounts`
12. `get-group-google-cloud-account`
Prerequisites
1. Install Node.js
2. Create a Cloud Automator API key. To learn more about access tokens, please check out the documentation.
Installation
Clone the repository
$ git clone https://github.com/juno/mcp-server-cloudautomator.gitBuild the project
$ cd mcp-server-cloudautomator
$ npm install
$ npm run buildUsage with Cline or Claude Desktop
{
"mcpServers": {
"cloudautomator": {
"command": "node",
"args": [
"/path/to/mcp-server-cloudautomator/dist/index.js"
],
"env": {
"CLOUDAUTOMATOR_API_KEY": ""
}
}
}
}Usage with Visual Studio Code
Add the following configuration to your `.vscode/mcp.json` file. For more information, please refer to the Use MCP servers in VS Code.
{
"mcp": {
"servers": {
"cloudautomator": {
"type": "stdio",
"command": "node",
"args": [
"/path/to/mcp-server-cloudautomator/dist/index.js"
],
"env": {
"CLOUDAUTOMATOR_API_KEY": ""
}
}
}
}
}Environment Variables
- `CLOUDAUTOMATOR_API_KEY`: Your Cloud Automator API key (required)
- `CLOUDAUTOMATOR_API_URL`: The base URL for the Cloud Automator API. Default is `https://api.cloudautomator.com/v1/`
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Frequently asked questions
What is mcp-server-cloudautomator?
mcp-server-cloudautomator is An unofficial MCP server for using Cloud Automator REST API.
How do I install mcp-server-cloudautomator?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-cloudautomator open source?
Yes — it is hosted on GitHub at https://github.com/juno/mcp-server-cloudautomator.
Related MCP tools
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP