slither-mcp

trailofbits/slither-mcp
★ 79 stars Python 🔒 Security Updated 1mo ago
MCP server for Slither static analysis of Solidity smart contracts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "slither-mcp": {
      "command": "uvx",
      "args": [
        "slither-mcp"
      ]
    }
  }
}

Or install with pip: pip install slither-mcp

Topics

ethereummcpmodel-context-protocolpythonsecurityslithersmart-contractssoliditystatic-analysis