Hardhat Project
Build and deploy smart contracts effortlessly using our Hardhat setup. Streamline your development process with built-in testing and deployment tools. Get started quickly with sample contracts and comprehensive task support.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install firevenus/Keam -c claude
This command will automatically install and configure the Hardhat Project MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Hardhat Project": {
"command": "npx",
"args": [
"-y",
"hardhat-project"
],
"env": {}
}
}
}
Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts
Details:
Stars
0Forks
0Last commit
4 months agoRepository age
4 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Hardhat Project:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit