★ 2 stars
TypeScript
🗄️ Database
Updated 1d ago
MCP Server for All-Inkl.com hosting management via KAS SOAP API - 9 tools, 53 actions for DNS, domains, subdomains, databases, email, cronjobs, SSL, accounts and system management
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-all-inkl": {
"command": "npx",
"args": [
"-y",
"hl9020/mcp-all-inkl"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-all-inkl npx -y hl9020/mcp-all-inkl
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-all-inkl": {
"command": "npx",
"args": [
"-y",
"hl9020/mcp-all-inkl"
]
}
}
}
📋 Copy