Content
# Remote MCP Server for Ethereum Tools
Avaiable tools by category:
- ABI: `encode-abi-parameters`, `decode-abi-parameters`, `decode-function-data`, `encode-function-data`, `fetch-abi`, `function-selector`
- Crypto: `keccak256-hash`
- ENS: `chain-id-to-cointype`, `check-ens-name-availability`, `namehash`, `resolve-ens-address`, `resolve-ens-name`
- ETH: `eth-call`
## Installation
Add the following to your MCP client (Cursor, Claude Desktop, etc.) config:
```json
{
"mcpServers": {
"ethereum": {
"command": "npx",
"args": ["mcp-remote", "https://ethereum-mcp.gregskril.workers.dev/mcp"]
}
}
}
```
Some clients (like Cursor) also support a simplified config:
```json
{
"mcpServers": {
"ethereum": {
"url": "https://ethereum-mcp.gregskril.workers.dev/mcp"
}
}
}
```
You might need to restart some clients (like Claude Desktop) for the tools to become available.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.