vyper

GitHub

Pythonic Smart Contract Language for the EVM

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "vyper": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vyper"
      ]
    }
  }
}