An MCP server that gives AI agents full access to the Clever Cloud API through three tools: search, execute, and doc.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-simple-server": {
"command": "npx",
"args": [
"-y",
"CleverCloud/mcp-simple-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-simple-server npx -y CleverCloud/mcp-simple-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-simple-server": {
"command": "npx",
"args": [
"-y",
"CleverCloud/mcp-simple-server"
]
}
}
}