dreamhost-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dreamhost-mcplist all DNS records for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dreamhost-mcp
MCP server for the DreamHost API. Currently exposes DNS management and API metacommands.
Authentication
DreamHost uses an API key (not OAuth). You generate it in the panel:
Open DreamHost API Keys
Add a comment so you can identify the key later
Enable the commands you need (at minimum:
dns-list_records,dns-add_record,dns-remove_record)Click Generate a new API Key now!
Copy the key — it is shown once
Set it as an environment variable:
DREAMHOST_API_KEY=your_key_hereOptional:
DREAMHOST_ACCOUNT=123456 # account number from Manage Account pageTest without your own account
DreamHost provides a read-only demo key with list-only access:
6SHU5P2HLDAYECUMRelated MCP server: porkbun-mcp
Install
cd /home/chris/projects/dreamhost-mcp
npm install
npm run buildCursor MCP config
This server runs in WSL. Copy cursor-mcp.example.json into your Cursor MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"dreamhost-mcp": {
"command": "wsl",
"args": ["-e", "/home/chris/projects/dreamhost-mcp/scripts/cursor-mcp.sh"],
"env": {
"WSLENV": "DREAMHOST_API_KEY/u:DREAMHOST_ACCOUNT/u",
"DREAMHOST_API_KEY": "your_key_here"
}
}
}
}Tools
Tool | DreamHost command | Description |
|
| List all DNS records |
|
| Add a DNS record |
|
| Remove a DNS record |
|
| Commands your key can run |
|
| List API keys (needs |
API scope note
DreamHost has removed most legacy API commands (mail, users, databases, etc.). As of 2026, only DNS and metacommands remain in their public API.
Links
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
- AlicenseBqualityDmaintenanceMCP server for Dynadot domain registrar API3 — manage domains, DNS, contacts, transfers & moreLast updated67661MIT
- Alicense-qualityBmaintenanceMCP server for the Porkbun DNS API. Manage DNS records, domains, DNSSEC, SSL certificates, and more.Last updated20MIT
- Alicense-qualityDmaintenanceComprehensive MCP server for the Namecheap API, enabling domain management, DNS record control, nameserver settings, and domain registration from any MCP client.Last updated16MIT
- Alicense-qualityDmaintenanceAn MCP server for managing DNS records and domains via the Namecheap API. Works with Claude.ai and other MCP clients.Last updated11MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
MCP server for interacting with the Supabase platform
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/chrisbuildsonline/dreamhost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server