Give Claude, Cursor, and other AI assistants direct access to your VPS.org infrastructure. Manage servers, domains, DNS records, and SSH keys — all through natural conversation.
26 tools across 4 categories — everything you need to manage your VPS.org account.
List, create, reboot, rebuild, and delete servers. Manage power state and view details.
Search availability, register domains, list your portfolio, and manage registration details.
Create, list, update, and delete DNS records. Manage zones for all your domains.
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, register 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 |
reboot_server | Reboot a server |
rebuild_server | Rebuild a server with a new OS |
stop_server | Power off a server |
start_server | Power on a stopped server |
list_plans | List available server plans and pricing |
list_locations | List available data center locations |
| Tool | Description |
|---|---|
list_domains | List all domains in your account |
get_domain | Get details for a specific domain |
search_domain | Check domain name availability |
register_domain | Register a new domain name |
delete_domain | Remove a domain from your account |
| Tool | Description |
|---|---|
list_dns_records | List all DNS records for a domain |
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 |
list_dns_zones | List all DNS zones in your account |
| 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 |
| Tool | Description |
|---|---|
list_operating_systems | List available operating systems for server creation |
get_account_info | Get your account details and balance |
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 in Amsterdam' or 'point example.com to my 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