# Thirdweb MCP

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

- Skill: `yejiming/thirdweb-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/thirdweb-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/thirdweb-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/thirdweb-mcp

---


# 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

```json
{
  "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

