Claude Desktop
Add Devhost to your MCP servers config
In Claude Desktop, open Settings → Developer → Edit Config. Add the entry below to your claude_desktop_config.json and restart Claude. The Devhost tools will show up in the tool picker.
{
"mcpServers": {
"devhost": {
"url": "https://devhost.io/api/mcp"
}
}
}