Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Python Openstackmcp Server
Python Openstackmcp Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:30:42 PM

Python Openstackmcp Server

User RatingsBe the first to rate and review this MCP server!
View Repository20 GitHub StarsTotal stargazers on GitHub for the source repository (20 stars).Visit Website
openstackcloudinfrastructurecompute

Manages OpenStack compute, images, identity, networks, and volumes through MCP and openstacksdk.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "openstack-kr-python-openstackmcp-server": {
      "command": "uvx",
      "args": [
        "python-openstackmcp-server"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (75) Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The openstack-kr/python-openstackmcp-server MCP server lets AI assistants manage selected OpenStack resources through the Model Context Protocol. It uses openstacksdk to connect the MCP tool layer to OpenStack REST APIs. Available operations cover compute servers, flavors, images, regions, domains, projects, networks, and volume attachments. Reach for it when an MCP-compatible client needs to inspect or modify an OpenStack cloud using credentials from a clouds.yaml file.

Use cases

•List compute servers in an OpenStack project
•Create or delete OpenStack images
•Attach or detach volumes from servers
•Manage OpenStack projects and domains
•Create networks and inspect available networks

Key features

•Manage compute servers and flavors
•Create and delete OpenStack images
•Manage regions, domains, and projects
•List and create networks
•Attach and detach block storage volumes
•Use clouds.yaml credentials through openstacksdk

Capabilities & Tool Schemas (75) ~10.2k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Python Openstackmcp Server.

get_servers

Get the list of Compute servers. :return: A list of Server objects.

get_server

Get a specific Compute server.

create_server

Create a new Compute server.

get_flavors

Get flavors (server hardware configurations). :return: A list of Flavor objects.

action_server

Perform an action on a Compute server.

update_server

Update a Compute server's name, hostname, or description.

How Python Openstackmcp Server works

What openstack-kr/python-openstackmcp-server MCP server does

The openstack-kr/python-openstackmcp-server MCP server exposes OpenStack infrastructure operations as MCP tools for AI assistants. It is aimed at environments where an assistant needs to inspect or change cloud resources rather than only answer questions about them.

The available operations include listing, retrieving, creating, updating, and deleting compute servers, depending on the resource and tool. Server tools also support actions, attaching and detaching volumes, and updating a server's name, hostname, or description. Flavor tools list the available server hardware configurations.

Image tools retrieve individual images, list images with optional filters, create images, and delete images. Image creation can use a volume or an OpenStack image import method. Supported import methods include glance-direct, web-download, copy-image, and glance-download; some methods require additional image location or source details.

Identity-related tools cover regions, domains, and projects. For each of these resource types, the material lists retrieval and collection operations plus create, update, and delete operations where applicable. Network support includes listing networks with optional filtering and creating networks.

How it works

An MCP-compatible AI client communicates with the server using the Model Context Protocol. The server uses openstacksdk to communicate with the OpenStack cloud through its REST API. This separates the assistant-facing tool interface from the cloud service calls.

The server reads OpenStack connection details from a clouds.yaml file. The documented configuration includes an authentication URL, username, password, project name, domain settings, region, interface, and Identity API version. The selected cloud configuration is supplied through the OS_CLIENT_CONFIG_FILE environment variable.

Operations that change infrastructure should be treated as administrative actions: creating or deleting servers, images, regions, domains, or projects can alter the cloud state. The available tools make those operations callable by the connected MCP client, subject to the permissions of the configured OpenStack credentials.

Setup and configuration

The documented setup requires Python 3.10 or newer, OpenStack credentials in clouds.yaml, and an installed Claude Desktop client. Configure a cloud entry with the authentication and region values appropriate for the target OpenStack deployment.

Claude Desktop can launch the server with either a Python command or uvx. The documented uvx configuration uses the python-openstackmcp-server package and sets OS_CLIENT_CONFIG_FILE to the path of the clouds.yaml file. The Python example uses the same package as an argument to the configured Python executable.

The Claude Desktop configuration file location depends on the operating system:

  • macOS: $HOME/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\\Claude\\Claude_desktop_config.json
  • Linux: $HOME/.config/Claude/claude_desktop_config.json

Replace the example paths and credential values with paths and values from the local environment before starting the client.

Limitations and notes

The provided material documents a focused set of OpenStack services rather than every OpenStack API. In particular, the listed tools cover compute, images, identity resources, networks, and volume attachment operations. It does not establish support for other service families or for every operation within those services.

Image filtering is optional: all available images are returned when no filter values are provided, and filters are applied only when the caller supplies them. Image imports also have method-specific requirements. Web downloads need a reachable image URI, while glance-download needs a Glance region and image ID; the import_options field is required for image creation without a volume.

The openstack-kr/python-openstackmcp-server MCP server depends on valid OpenStack credentials and permissions. The README does not describe hosted access, OAuth, a web endpoint, or a separate managed service. It identifies the project as licensed under Apache License 2.0.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • MCP Zenml logoMCP Zenml

    An MCP server to connect with your ZenML MLOps and LLMOps pipelines

    ☁️ Cloud Platforms1 views
    Compare vs MCP Zenml →
  • MCP Redis Cloud logoMCP Redis Cloud

    Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands.

    ☁️ Cloud Platforms5 views
    Compare vs MCP Redis Cloud →
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    ☁️ Cloud Platforms2 views
    Compare vs Hub MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
20
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
75
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Python Openstackmcp Server

The documented Claude Desktop setup runs `uvx python-openstackmcp-server` and sets `OS_CLIENT_CONFIG_FILE` to the path of a configured clouds.yaml file. Python 3.10 or newer is required.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPython Openstackmcp Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/openstack-kr-python-openstackmcp-server?style=directory)](https://allmcps.com/mcp/openstack-kr-python-openstackmcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/openstack-kr-python-openstackmcp-server"><img src="https://allmcps.com/api/badge/openstack-kr-python-openstackmcp-server?style=directory" alt="Python Openstackmcp Server on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthOther
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars20
GitHub Star CountTotal stargazers on GitHub representing community popularity (20 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 3, 2026
57Quality signal: Good · 57/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 22d ago via OSV.dev · python-openstackmcp-server (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Python Openstackmcp Server →Install in Claude DesktopInstall in CursorInstall in VS Code