Ethereum RPC MPC Server
About
A TypeScript MCP server that leverages the MCP SDK to support all Ethereum JSON-RPC calls, enabling AI models to interact with blockchain data.
Details
- Author
- Phillip-Kemper
- GitHub stars
- 21
- Downloads
- 411
- Categories
- Developer Tools, AI
Jump to
- Supports all standard Ethereum JSON-RPC calls.
- Works with any EVM-compatible blockchain.
- Automatic activation of Zircuit-specific RPC methods.
- Optional analytics middleware for request monitoring.
- Simple CLI invocation via npx without install.
- TypeScript implementation using the MCP SDK.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ethereum RPC MPC ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via git clone, yarn install, and yarn build. Start with yarn start [RPC_URL] [CHAIN_NAME] or run npx -y ethereum-rpc-mpc [RPC_URL] [CHAIN_NAME]. In Cursor, add a new MCP server with command: npx -y ethereum-rpc-mpc https://eth.llamarpc.com Ethereum. Optional --analytics flag enables request logging to a SQLite database.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ethereum rpc mpc server": {
"ethereum-rpc-mpc": {
"command": "npx",
"args": [
"-y",
"ethereum-rpc-mpc",
"[RPC_URL]",
"[CHAIN_NAME]"
]
}
}
}
}
McpServers
{
"ethereum-rpc-mpc": {
"command": "npx",
"args": [
"-y",
"ethereum-rpc-mpc",
"[RPC_URL]",
"[CHAIN_NAME]"
]
}
}
Ethereum RPC MPC Server
A TypeScript MCP server that leverages the MCP SDK to support all Ethereum JSON-RPC calls, enabling AI models to interact with blockchain data.
Overview
This project provides a Model Context Protocol (MCP) server that allows AI assistants like Cursor or Claude (or any MCP Client implementation) to interact with Ethereum blockchain data through standardized JSON-RPC interfaces. It acts as a bridge between AI models and EVM blockchains, enabling seamless access to on-chain data and functionality.
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




