A Model Context Protocol server for interacting with the EVM blockchain, powered by the EVM AI Kit.
This project implements a Model Context Protocol (MCP) server that enables AI models to interact with the Ethereum Virtual Machine (EVM) blockchain. It leverages the EVM AI Kit to provide a robust interface for blockchain interactions.
- EVM blockchain interaction through MCP
- TypeScript implementation
- Express.js server
- Environment-based configuration
- Node.js (Latest LTS version recommended)
- npm or yarn package manager
- Access to an EVM-compatible blockchain node
- Clone the repository:
git clone https://github.com/mcp-dao/evm-mcp.git
cd evm-mcp- Install dependencies:
npm install- Set up environment variables:
cp .env.example .envEdit the .env file with your configuration values.
To run the development server:
npm run devThis will start the server with hot-reloading enabled.
To build the project:
npm run buildTo start the production server:
npm start@modelcontextprotocol/sdk: MCP SDK for protocol implementationevm-ai-kit: EVM interaction toolkitexpress: Web server frameworkzod: Schema validationdotenv: Environment variable management
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
For support, please open an issue in the GitHub repository or contact the maintainers.