Thirdweb MCP

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

jiayaoqijia 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

jiayaoqijia/cryptoskill/tree/main/skills/mcp-servers/thirdweb-mcp commit eda8c3fd0b

Frequently asked questions

npx skillmds@latest add jiayaoqijia/thirdweb-mcp