MCP Directory
Back

foundry-mcp-server

by PraneshASP · TypeScript · ★ 250

An experimental MCP Server for foundry built for Solidity devs

#ai#blockchain#mcp-server#solidity

Install

npx -y github:PraneshASP/foundry-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "foundry-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:PraneshASP/foundry-mcp-server"
      ]
    }
  }
}

From the README

A simple, lightweight and fast MCP (Model Context Protocol) server that provides Solidity development capabilities using the Foundry toolchain (Forge, Cast, and Anvil). This server connects LLM assistants to the Foundry ecosystem, enabling them to: - Interact with nodes (local Anvil instances or remote RPC endpoints) - Analyze smart contracts and blockchain data - Perform common EVM operations using Cast - Manage, deploy, and execute Solidity code and scripts - Work with a persistent Forge workspace - Start and manage local Anvil instances - Connect to any remote network (just specify the R…
Read full README on GitHub →

Related other servers