
blockchain mcp
MCP server to perform blockchain operations using thirdweb
Repository Info
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
- Install dependencies:
bun install
- 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",
});
- Add to mcp server to your
claude_desktop_config.json
{
"mcpServers": {
"blockchain": {
"command": "bun",
"args": ["/<path-to-project>/blockchain-mcp/index.ts"]
}
}
}
- Start desktop claude
Verify that the tools are available, then run your queries to deploy, mint and transfer tokens!
Quick Start
Clone the repository
git clone https://github.com/joaquim-verges/blockchain-mcpInstall dependencies
cd blockchain-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.