The foundry MCP server enables AI agents to interact with the Foundry toolchain for Solidity development. It exposes tools for compiling, testing, and deploying smart contracts. The server connects to the Foundry CLI and integrates with Ethereum-compatible blockchains. Solidity developers use it to automate contract development workflows, generate test cases, and analyze contract security.
The foundry MCP server enables AI agents to interact with the Foundry toolchain for Solidity development. It exposes tools for compiling, testing, and deploying smart contracts. The server connects to the Foundry CLI and integrates with Ethereum-compatible blockchains. Solidity developers use it to automate contract development workflows, generate test cases, and analyze contract security.
npx -y @pranesh.asp/foundry-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"praneshasp-foundry-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @pranesh.asp/foundry-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from foundry?"
No configuration required. This server works out of the box.
"What resources are available in foundry?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in foundry"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in foundry with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.