Back to Apps

ConoHa VPS MCP
Supports UIby gmo-internet
Manage ConoHa VPS infrastructure using natural language via AI agents like Claude, Cursor, and Copilot.
0 stars
Works in:CursorVS Code CopilotCodex
Exposes:ToolsResources
What it does
ConoHa VPS MCP provides an interactive interface and a set of tools to manage ConoHa VPS resources. It allows AI agents to perform infrastructure operations, from server creation to security group management, directly through a chat interface in Japanese and English.
Key features
- Full Infrastructure Lifecycle: Create, delete, start, stop, and resize VPS instances.
- Storage Management: Manage volumes and object storage, including static site hosting capabilities.
- Security Control: Define and update security groups and firewall rules.
- Multi-Agent Support: Native integration with Claude Desktop, Claude Code, Cursor, and GitHub Copilot.
Installation
- Claude Desktop: Add to
claude_desktop_config.jsonusing the provided mcpb file or npm exec. - Claude Code: Install via marketplace:
/plugin marketplace add https://github.com/gmo-internet/conoha_vps_mcp - Other Agents: Use
npm exec @gmo-internet/conoha-vps-mcp@latestwith required OpenStack environment variables.
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- GitHub Copilot
- Cline
- Codex CLI
Quick install
npm exec @gmo-internet/conoha-vps-mcp@latestInformation
- Pricing
- free
- Published
- 7/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings using command: `npm exec @gmo-internet/conoha-vps-mcp@latest`Claude Desktop
{
"mcpServers": {
"conoha-vps-mcp": {
"command": "npm",
"args": ["exec", "@gmo-internet/conoha-vps-mcp@latest"],
"env": {
"OPENSTACK_TENANT_ID": "YOUR_ID",
"OPENSTACK_USER_ID": "YOUR_ID",
"OPENSTACK_PASSWORD": "YOUR_PASSWORD"
}
}
}
}VS Code Copilot
Configure via settings.json mcp servers entry.





