Thirdweb MCP

Query blockchain data, access contract ABIs, execute transactions via Thirdweb SDK. Full-stack Web3 development toolkit with MCP integration.

yejiming eda8c3f 2 files · 1017 B Updated

File contents

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

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/thirdweb-mcp commit eda8c3fd0b

Frequently asked questions

npx skillmds@latest add yejiming/thirdweb-mcp