Thirdweb Mcp

by thirdweb-dev

224 downloads
Not rated
GitHub

Description

# thirdweb AI _AI Agents with Onchain Intelligence_ ## 📖 Overview thirdweb AI is thirdweb's comprehensive toolkit for blockchain data analysis, wallet management, and AI agent interaction with blockchains. It simplifies complex blockchain operations into three core components…

About

# thirdweb AI _AI Agents with Onchain Intelligence_ ## 📖 Overview thirdweb AI is thirdweb's comprehensive toolkit for blockchain data analysis, wallet management, and AI agent interaction with blockchains. It simplifies complex blockchain operations into three core components: Insight for data analysis, Engine for…

Details

Author
thirdweb-dev
Downloads
224
Categories
Other, AI

- Multi-chain blockchain data intelligence (Insight)
- Secure wallet management and transaction signing (Engine)
- Natural language blockchain task completion (Nebula)
- Real-time token price feeds and event tracking
- Framework integration with LangChain, OpenAI Agents, etc.
- MCP server for easy AI agent integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Thirdweb Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with uvx or pipx, set the THIRDWEB_SECRET_KEY environment variable, and run thirdweb-mcp. Alternatively, use the Python SDK with framework-specific adapters for LangChain, OpenAI Agents, Coinbase Agentkit, GOAT SDK, and more.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "thirdweb mcp": {
            "thirdweb-mcp": {
                "command": "thirdweb-mcp",
                "args": [],
                "env": {
                    "THIRDWEB_SECRET_KEY": "your thirdweb secret key from dashboard",
                    "THIRDWEB_ENGINE_URL": "(OPTIONAL) your engine url",
                    "THIRDWEB_ENGINE_AUTH_JWT": "(OPTIONAL) your engine auth jwt",
                    "THIRDWEB_ENGINE_BACKEND_WALLET_ADDRESS": "(OPTIONAL) your engine backend wallet address"
                }
            }
        }
    }
}

McpServers

{
    "thirdweb-mcp": {
        "command": "thirdweb-mcp",
        "args": [],
        "env": {
            "THIRDWEB_SECRET_KEY": "your thirdweb secret key from dashboard",
            "THIRDWEB_ENGINE_URL": "(OPTIONAL) your engine url",
            "THIRDWEB_ENGINE_AUTH_JWT": "(OPTIONAL) your engine auth jwt",
            "THIRDWEB_ENGINE_BACKEND_WALLET_ADDRESS": "(OPTIONAL) your engine backend wallet address"
        }
    }
}

Install and run using pipx (and run thirdweb-mcp)

pipx install thirdweb-mcp

THIRDWEB_SECRET_KEY=... \
thirdweb-mcp
```

More information

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.