Impreza Host MCP Server
The Impreza Host MCP Server lets AI coding tools (Claude, Cursor, Codex CLI, etc.) deploy and manage applications on Impreza VPSes, plus manage account/billing, domains/DNS, and VPS lifecycle — all without leaving the chat.
App Deployments
List servers, catalog apps, and current deployments (filtered by server or status)
Deploy custom apps via Docker image, Dockerfile (local dir or git repo), or full docker-compose manifest
Install catalog apps (Vaultwarden, n8n, Nextcloud, etc.) with one click
Uninstall (with optional data volume wipe), restart, and redeploy apps in-place
Get container logs for debugging
Change a deployment's clearnet domain with zero-downtime cert renewal
Add a Tor v3 hidden service (.onion mirror) to an existing deployment
Manage git webhooks (connect/disconnect auto-deploy on push; supports GitHub, GitLab, Gitea, etc.)
Account & Billing
View account profile, status, currency, and current credit balance
List all billable services (VPS, hosting, domains) with billing cycles and due dates
Create crypto top-up invoices (BTC, XMR, USDT-TRC20, TRX), check invoice status, and retrieve payment details (wallet address + amount)
Domains & DNS
Check domain availability and pricing
Get domain registration/expiry details, nameservers, and lock status
List, add, update, and delete DNS records (A, AAAA, CNAME, MX, TXT, NS, SRV, etc.)
Set authoritative nameservers (2–4) to point at Impreza DNS or an external provider
VPS Lifecycle (Proxmox)
Get live power state and resource usage (CPU, memory, disk, network, uptime)
Perform power actions: start, graceful shutdown, reboot, or hard stop
List available backups (with timestamps and sizes) and trigger on-demand backups
Browse OS templates and reinstall a VPS from a chosen template (destructive — wipes all data)
Supports deploying custom applications in Dockerfile mode, packaging projects as Docker images and deploying them to Impreza VPSes.
Provides tools for connecting and managing Git webhooks to enable automatic redeployment of custom applications on code push.
Provides tools for managing VPS lifecycle on Proxmox, including power operations, backups, template listing, and reinstallation.
impreza-mcp
Model Context Protocol server for Impreza Host. Lets AI coding tools (Claude Code, Cursor, Codex CLI, Continue, Zed, ...) deploy customer-built apps to managed Impreza VPSes without leaving the chat.
When you say "deploy this for me" to Claude with this MCP server
loaded, Claude calls impreza_deploy_custom directly — packages your
project, uploads it, builds + runs on your Impreza VPS, and reports
back the URL.
Status
Full surface live. All 34 tools shipped — app deployment (14) plus account + crypto balance, catalog + ordering, domains/DNS, and VPS lifecycle (20) — with a setup wizard that generates ready-to-paste config snippets for 5 AI tools.
Tool | Wraps |
Apps & deployments | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Account & balance | |
|
|
|
|
|
|
|
|
|
|
Catalog & ordering | |
|
|
|
|
Domains & DNS | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VPS lifecycle (Proxmox) | |
|
|
|
|
|
|
|
|
|
|
|
|
Related MCP server: whmcs-mcp-server
Install + setup
Prerequisites
Node ≥ 20
An Impreza Host account with an API key + secret (clientarea → API Keys; the IP of the machine running this MCP server must be whitelisted under the key)
One-shot via npx
No global install needed — npx impreza-mcp works.
Or install globally
npm install -g impreza-mcpGet a ready-to-paste config snippet
The fastest path: ask the binary itself.
npx impreza-mcp setup --tool claude-code
# also: cursor | continue | zed | codex-cliThe wizard prints the JSON block to drop into your AI tool's MCP config + the exact file path + the post-config step (usually "fully quit + re-open the AI tool"). It does NOT write to disk — paste it yourself so you don't accidentally clobber an existing config with other MCP servers.
Or wire it in manually
Claude Code — add to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):
{
"mcpServers": {
"impreza": {
"command": "npx",
"args": ["-y", "impreza-mcp"],
"env": {
"IMPREZA_API_KEY": "imp_...",
"IMPREZA_API_SECRET": "..."
}
}
}
}Restart Claude Code. The tools appear under the MCP icon.
Cursor — add to ~/.cursor/mcp.json (same shape as above).
Continue — add to ~/.continue/config.json:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "impreza-mcp"],
"env": {
"IMPREZA_API_KEY": "imp_...",
"IMPREZA_API_SECRET": "..."
}
}
}
]
}
}Zed — add to your settings:
{
"context_servers": {
"impreza": {
"command": {
"path": "npx",
"args": ["-y", "impreza-mcp"],
"env": {
"IMPREZA_API_KEY": "imp_...",
"IMPREZA_API_SECRET": "..."
}
}
}
}
}Usage in chat
After setup, talk to your AI naturally:
"List my Impreza servers." → calls
impreza_list_servers"Deploy this directory to my Impreza VPS, expose via .onion." → packages the cwd as a Dockerfile-mode custom deploy, uploads, deploys with
onion=true, reports the .onion address."What apps are running on my agent?" → calls
impreza_list_deploymentsfiltered to the right server.
Auth + security
IMPREZA_API_KEY + IMPREZA_API_SECRET live in the AI tool's MCP
config env — not in any file on disk owned by impreza-mcp itself.
The MCP server holds the secret only in memory and only attaches it
as HTTP request headers.
The IP of the machine running this MCP server (almost always your laptop) must be on the API key's whitelist. Manage the whitelist in your Impreza clientarea.
Build
npm install
npm run build
# dist/server.js is the entry pointLicense
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityBmaintenanceEnables remote server management through SSH/SFTP with persistent task queuing, system monitoring, file transfers, service status checks, and API health monitoring through a unified interface.Last updated2626
- AlicenseBqualityBmaintenanceMCP server to help manage a WHMCS installation.Last updated623919MIT
- Alicense-qualityDmaintenanceEnables remote command execution and file management over SSH and SFTP, supporting persistent connection storage and automated discovery for BinaryLane VPS servers.Last updated1,1222MIT
- Alicense-qualityDmaintenanceManages AWS, Azure, and Hetzner Cloud resources, and executes remote SSH commands via MCP integration.Last updated2MIT
Related MCP Connectors
Official remote MCP server for Lolipop Rental Server by GMO Pepabo.
Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure
MCP server for managing Prisma Postgres.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imprezahost/impreza-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server