eurodns mcp for Cursor
io.github.jigsawfr/eurodns-mcp
Model Context Protocol server for the EuroDNS User API — domains, DNS zones, subscriptions and SSL.
client:Cursor
transport:stdio
runtime:npm
Install eurodns mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"eurodns-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jigsawfr/eurodns-mcp"
],
"env": {
"EURODNS_APP_ID": "<EURODNS_APP_ID>",
"EURODNS_API_KEY": "<EURODNS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs