★ 0 stars
Python
🧠 Memory/Knowledge
Updated 4d ago
Python MCP server for the Gandi v5 API: domains, LiveDNS, email, billing, organizations, and certificates. Three-tier safety model gates writes and purchases.
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": {
"gandi-mcp": {
"command": "uvx",
"args": [
"gandi-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gandi-mcp uvx gandi-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gandi-mcp": {
"command": "uvx",
"args": [
"gandi-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install gandi-mcp
README Excerpt
<p align="center"> <img src="docs/assets/logo.png" alt="gandi-mcp logo" width="160" height="160"> </p> Production-grade Python MCP server for the [Gandi v5 API](https://api.gandi.net/docs/reference/). **Under active development** — see [CLAUDE.md](CLAUDE.md) for the architectural overview. - **71 MCP tools** covering Gandi Domains, LiveDNS, Email, Billing, Organization, and Certificates (34 read / 29 write / 8 purchase)
Tools (8)
GANDI_ALLOW_PURCHASES GANDI_API_BASE_URL GANDI_MAX_RETRIES GANDI_MODE GANDI_REQUEST_TIMEOUT GANDI_SHARING_ID GANDI_TOKEN readwrite
Topics
claude claude-code dns domain-management fastmcp gandi livedns mcp mcp-server model-context-protocol python registrar tls-certificates