openstack-kr/python-openstackmcp-server
by Various
openstack mcp server
MCP
openstack-kr/python-openstackmcp-server
Added 1 June 2026
Overview
An MCP server that exposes OpenStack cloud management capabilities through the Model Context Protocol. It enables AI agents and tools to interact with OpenStack services like compute, networking, and storage using standardized MCP interfaces.
Best for
Best for
Developers building AI agents that need to manage OpenStack clouds
Use cases
- Managing OpenStack virtual machines and instances
- Automating network configuration and security groups
- Orchestrating storage volumes and snapshots
How to use
Install
pip install tox Tools exposed
uvtoxpython
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "openstack-mcp-server": {\n "command": "/path/to/your/python",\n "args": [\n "python-openstackmcp-server"\n ],\n "env" : {\n "OS_CLIENT_CONFIG_FILE": "/path/to/your/clouds.yaml"\n }\n }\n }\n} Notes
An MCP server that exposes OpenStack cloud management capabilities through the Model Context Protocol. It enables AI agents and tools to interact with OpenStack services like compute, networking, and storage using standardized MCP interfaces.
19 stars on GitHub. Last updated 2026-04-03. Licensed Apache-2.0.
Use cases
- Managing OpenStack virtual machines and instances
- Automating network configuration and security groups
- Orchestrating storage volumes and snapshots
Pros
- Provides a standardized MCP interface for OpenStack
- Written in Python, easy to extend and integrate
- Open source with permissive license
Cons
- Small community and limited documentation
- May not cover all OpenStack services
- Requires running an MCP client to utilize
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides a standardized MCP interface for OpenStack
- Written in Python, easy to extend and integrate
- Open source with permissive license
Cons
- Small community and limited documentation
- May not cover all OpenStack services
- Requires running an MCP client to utilize
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.