joaquim-verges
MCP Serverjoaquim-vergespublic

blockchain mcp

MCP server to perform blockchain operations using thirdweb

Repository Info

1
Stars
1
Forks
1
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

MCP server to perform blockchain operations using thirdweb

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

blockchain-mcp

Simple MCP server that uses thirdweb to give your favorite LLM blockchain abilities.

This MCP server exposes tools for:

  • deploy tokens
  • mint tokens
  • tranfer tokens
  • read balances and supply

The server comes out of the box with a server wallet with gas sponsorship, and is set to operate on base sepolia.

How to run

  1. Install dependencies:
bun install
  1. Create .env and point to it

Create a project and copy your secret key on the thirdweb dashboard.

Then create a .env file and paste your thirdweb secret key:

TW_SECRET_KEY=<your-secret-key>

In index.ts replace the <path-to-project> with your project path:

dotenv.config({
  path: "/<path-to-project>/blockchain-mcp/.env",
});
  1. Add to mcp server to your claude_desktop_config.json
{
  "mcpServers": {
    "blockchain": {
      "command": "bun",
      "args": ["/<path-to-project>/blockchain-mcp/index.ts"]
    }
  }
}
  1. Start desktop claude

Verify that the tools are available, then run your queries to deploy, mint and transfer tokens!

Quick Start

1

Clone the repository

git clone https://github.com/joaquim-verges/blockchain-mcp
2

Install dependencies

cd blockchain-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerjoaquim-verges
Repoblockchain-mcp
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation