Thirdweb MCP
MCP server for Thirdweb SDK integration.
Enables AI agents to query blockchain data, access contract ABIs, and execute transactions through the Thirdweb SDK. Provides a comprehensive Web3 development interface including contract deployment, interaction, and blockchain data retrieval across multiple chains.
Installation
{
"mcpServers": {
"thirdweb": {
"command": "npx",
"args": ["-y", "thirdweb-mcp"],
"env": {
"THIRDWEB_SECRET_KEY": "YOUR_SECRET_KEY"
}
}
}
}
Links
- Blog: https://blog.thirdweb.com
- Documentation: https://portal.thirdweb.com
- GitHub: https://github.com/thirdweb-dev