Upcloud MCP Server
@MarinX
About Upcloud MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"upcloud-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"UPCLOUD_USERNAME",
"-e",
"UPCLOUD_PASSWORD",
"ghcr.io/marinx/upcloud-mcp-server"
],
"env": {
"UPCLOUD_USERNAME": "",
"UPCLOUD_PASSWORD": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Upcloud MCP Server?
The Upcloud MCP Server is a Model Context Protocol (MCP) server that provides integration with Upcloud APIs, enabling automation and interaction capabilities for developers and tools. It is currently a work in progress and not yet ready for use.
How to use Upcloud MCP Server?
Install by building from source (go build cmd/upcloud-mcp-server) or running the Docker image (ghcr.io/marinx/upcloud-mcp-server). Configure Claude Desktop by placing the binary in your bin location and editing claude_desktop_config.json with your Upcloud credentials as environment variables.
Key features of Upcloud MCP Server
- Account management (get account, details, list)
- Managed database retrieval by UUID
- Server listing and detail retrieval by UUID
- Kubernetes cluster and plan operations
- Ready to integrate with MCP-compatible clients
Use cases of Upcloud MCP Server
- Extracting and analyzing data from Upcloud services
- Building AI-powered tools and applications that interact with Upcloud's ecosystem
FAQ from Upcloud MCP Server
What is the current status of the Upcloud MCP Server?
It is a work in progress and not yet ready for any type of use. Please check back later for updates.
What prerequisites are needed to run the server?
You need Docker installed and running, and must populate the UPCLOUD_USERNAME and UPCLOUD_PASSWORD environment variables with your Upcloud credentials.
How can I run the server with Claude Desktop?
Use the provided claude_desktop_config.json snippet, which runs the Docker image with the required environment variables, and place the config in the appropriate Claude directory (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on macOS).
What tools does the Upcloud MCP Server expose?
Tools are grouped into Account (get_account, get_account_details, get_account_list), Database (get_database), Server (get_servers, get_server_details), and Kubernetes (get_kubernetes_clusters, get_kubernetes_cluster, get_kubernetes_plans).
Where does this project originate from?
The idea comes from the GitHub MCP server. The project is licensed under MIT.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ICSS
chokcoco不止于 CSS
Comments