Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ens": {
"env": {
"PROVIDER_URL": "https://your-provider-url.com,https://your-backup-provider.com"
},
"args": [
"-y",
"mcp-server-ens"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server for Ethereum Name Service (ENS), enabling Claude to interact with the ENS system to resolve names, check availability, retrieve records, and more.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-server-ens' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-ens against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for Ens Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Server for Ethereum Name Service (ENS), enabling Claude to interact with the ENS system to resolve names, check availability, retrieve records, and more.
npm package: https://www.npmjs.com/package/mcp-server-ens
Resolve an ENS name to an Ethereum address
name (string): The ENS name to resolve (e.g., 'vitalik.eth')Get the ENS name for an Ethereum address
address (string): The Ethereum address to look upGet a text record for an ENS name
name (string): The ENS name to querykey (string): The record key to look up (e.g., 'email', 'url', 'avatar', 'description', 'twitter', etc.)Check if an ENS name is available for registration
name (string): The ENS name to checkGet all available information for an ENS name
name (string): The ENS name to queryGet subdomains for an ENS name
name (string): The ENS name to query for subdomainsGet the history of an ENS name
name (string): The ENS name to check history forGet the price to register an ENS name
name (string): The ENS name to check price forduration (number, default: 1): Registration duration in yearsgit clone https://github.com/JustaName-id/ens-mcp-server
npm i
.env file in the project root with the following (optional):PROVIDER_URL=https://your-provider-url.com,https://your-backup-provider.com
If no providers are specified, the server will use these defaults:
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ens": {
"command": "npx",
"args": [
"-y",
"mcp-server-ens"
],
"env": {
"PROVIDER_URL": "https://your-provider-url.com,https://your-backup-provider.com"
}
}
}
}
{
"mcpServers": {
"ens": {
"command": "node",
"args": [
"/path/to/your/server.js"
],
"env": {
"PROVIDER_URL": "https://your-provider-url.com,https://your-backup-provider.com"
}
}
}
}
claude mcp add ens -- npx -y mcp-server-ens
With custom providers:
claude mcp add ens -e PROVIDER_URL="https://your-provider-url.com" -- npx -y mcp-server-ens
Verify it's connected:
claude mcp list
The server implements robust error handling for various scenarios: