Back to MCP Servers
Python Openstackmcp
OpenStack MCP server for cloud infrastructure management based on openstacksdk.
cloud-platformspython
By openstack-kr
Installation
npx -y python-openstackmcp-serverConfiguration
{
"mcpServers": {
"python-openstackmcp-server": {
"command": "npx",
"args": ["-y", "python-openstackmcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes