Impreza Host
About
The official Impreza Host connector for offshore server management
Details
- Author
- imprezahost
- Categories
- Cloud Service, Infrastructure, Other
Jump to
Setup
Install Impreza Host in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/imprezahost/impreza-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Model Context Protocolserver forImpreza 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 callsimpreza_deploy_customdirectly — packages your project, uploads it, builds + runs on your Impreza VPS, and reports back the URL.
Full surface live.All 62 tools shipped — app deployment (14) plus account + crypto balance, catalog + ordering, domains/DNS + registration, invoices, VPS lifecycle with snapshots and backups, dedicated / bare-metal servers, plan upgrades, and Titan / Google Workspace mailboxes — with a setup wizard that generates ready-to-paste config snippets for 5 AI tools.
The local (npx) server and the hosted OAuth connector expose thesame 62 tools, so nothing is lost by picking either path.
- 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)
No global install needed —npx impreza-mcpworks.
The fastest path: ask the binary itself.
npx impreza-mcp setup --tool claude-code # also: cursor | continue | zed | codex-cli
The 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.
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": "..." } } } ] } }
{ "context_servers": { "impreza": { "command": { "path": "npx", "args": ["-y", "impreza-mcp"], "env": { "IMPREZA_API_KEY": "imp_...", "IMPREZA_API_SECRET": "..." } } } } }
"List my Impreza servers."→ callsimpreza_list_servers
"Deploy this directory to my Impreza VPS, expose via .onion."→ packages the cwd as a Dockerfile-mode custom deploy, uploads, deploys withonion=true, reports the .onion address.
"What apps are running on my agent?"→ callsimpreza_list_deploymentsfiltered to the right server.
IMPREZA_API_KEY+IMPREZA_API_SECRETlive in the AI tool's MCP config env — not in any file on disk owned byimpreza-mcpitself. 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.
npm install npm run build # dist/server.js is the entry point
Core AWS MCP server providing prompt understanding and server management capabilities.
DevOps MCP — Secure MCP Server for Linux Server Automation
A three-tier access control MCP server that allows AI assistants (Claude Code, Cursor, Windsurf) to safely scan, plan, and operate Linux servers via SSH without full write access. Includes an out-of-band human consent token gate, automated port-conflict scanning, and a completely read-only default safe mode to eliminate accidental destructive commands on production environments.
An AI-powered interface for managing the Dokploy infrastructure platform.
An AI-powered interface for managing the Dokploy infrastructure platform.
Manage LetsCloud infrastructure through natural language conversations. Supports both English and Portuguese.
MCP (Model Context Protocol) server for managing VPS servers via the mikr.us API and remote Linux servers over SSH. Built in Python, runs anywhere — locally, in Docker, or as a Claude Desktop integration.
Manage Railway infrastructure through natural language using the Railway API.
A remote Model Context Protocol (MCP) server for managing VPS servers and domains on Sitequest. Lets AI assistants provision, monitor, and configure infrastructure through natural language.
Manage your Bedrock server with natural language commands using the Bedrock Server Manager API.
A local MCP server that securely connects to remote servers over SSH, acting as a proxy for MCP commands.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




