Slither MCP server provides static analysis for Solidity smart contracts. It exposes Slither's tools for detecting vulnerabilities, code quality issues, and adherence to best practices. Connects to Solidity compiler and smart contract bytecode. Used by developers and security researchers to audit and improve smart contract security.
Slither MCP server provides static analysis for Solidity smart contracts. It exposes Slither's tools for detecting vulnerabilities, code quality issues, and adherence to best practices. Connects to Solidity compiler and smart contract bytecode. Used by developers and security researchers to audit and improve smart contract security.
pip install slither-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"trailofbits-slither-mcp-github": {
"command": "uvx",
"args": [
"pip install slither-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from slither mcp?"
No configuration required. This server works out of the box.
"What resources are available in slither mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in slither mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in slither mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.