Give Claude, Cursor, and other AI assistants direct access to your VPS.org infrastructure. Manage servers, domains, DNS records, and SSH keys through natural conversation.
26 tools in 5 groups to manage your VPS.org account.
List, create, resize, power on, stop, restart and delete servers, and create backups and snapshots.
Check availability, list your domains, update nameservers and renew registrations.
Create and delete DNS zones, and create, update and delete records.
List, add, and delete SSH keys. Configure access for your servers.
Log in to your VPS.org admin panel and generate an API token from the API settings page.
Add the VPS.org MCP server to your Claude Desktop config or run the setup command in Claude Code.
Ask your AI assistant to manage your infrastructure: create servers, set up DNS, manage domains, and more.
Choose your setup method based on the AI tool you use.
{
"mcpServers": {
"vps": {
"command": "uvx",
"args": ["vps-mcp"],
"env": {
"VPS_API_TOKEN": "vps_your_token_here"
}
}
}
}
# Add the MCP server to Claude Code $ claude mcp add vps \ -- env VPS_API_TOKEN=vps_your_token_here \ uvx vps-mcp # Verify it's connected $ claude mcp list
Complete reference of all 26 MCP tools, grouped by category.
| Tool | Description |
|---|---|
list_servers | List all servers in your account |
get_server | Get detailed info about a specific server |
create_server | Create a new VPS with specified plan, OS, and location |
delete_server | Delete an existing server |
server_power | Start, stop, restart or hard stop a server |
create_backup | Create a backup of a server |
create_snapshot | Create a snapshot of a server |
resize_server | Move a server to a different plan (the server may restart) |
| Tool | Description |
|---|---|
list_domains | List all domains in your account |
get_domain | Get details for a specific domain |
search_domains | Check domain name availability |
update_nameservers | Change the nameservers of a domain |
renew_domain | Renew a domain registration |
| Tool | Description |
|---|---|
list_dns_zones | List all DNS zones in your account |
get_dns_zone | Get a DNS zone with all its records |
create_dns_zone | Create a DNS zone for a domain |
delete_dns_zone | Delete a DNS zone and all its records |
create_dns_record | Create a new DNS record (A, AAAA, CNAME, MX, TXT, etc.) |
update_dns_record | Update an existing DNS record |
delete_dns_record | Delete a DNS record |
| Tool | Description |
|---|---|
list_plans | List available server plans and pricing |
list_locations | List available locations |
list_operating_systems | List available operating systems for server creation |
| Tool | Description |
|---|---|
list_ssh_keys | List all SSH keys in your account |
add_ssh_key | Add a new SSH public key |
delete_ssh_key | Delete an SSH key |
The Model Context Protocol (MCP) is an open standard that lets AI assistants connect directly to external tools and services. Instead of copying and pasting API responses, your AI can take actions on your behalf.
With the VPS.org MCP server, you can tell Claude to create an Ubuntu server or point example.com to your server, and it will execute those actions using your VPS.org API token.
Create your VPS.org account, grab an API token, and start managing your infrastructure with AI.
Create Account Get API Token