Adamik MCP Server
Interact with over 60 blockchain networks using any MCP client. Requires an Adamik API key.
🚀 Adamik MCP Server
🌐 Control 60+ Blockchains with Natural Language
The most powerful blockchain MCP server for Claude, ChatGPT, and any MCP client
Turn complex blockchain operations into simple conversations
🚀 Quick Start • ✨ Features • 💡 Examples • 📦 Installation • 🌐 Website
✨ Features
🔗 60+ Blockchain Networks
💰 Complete Account Management
|
🔄 Advanced Operations
🛠 Developer Friendly
|
💡 What You Can Do
# Just ask in natural language:
"Check my ETH balance on Ethereum"
"Send 0.1 ETH to 0x123"
"Stake 100 ATOM with the best validator"
"Convert 1000 USDC to ETH on Optimism" # Premium feature
"Show my transaction history on Polygon"
No complex setup. No wallet management hassles. Just natural conversations with blockchains.
🚀 Quick Start
1️⃣ Get Your Free API Key
Visit adamik.io → Sign up → Copy your API key (takes 30 seconds)
2️⃣ Install & Configure
# Install instantly
npx @adamik/mcp-server
# Add to Claude Desktop config
{
"mcpServers": {
"adamik": {
"command": "npx",
"args": ["@adamik/mcp-server"],
"env": {
"ADAMIK_API_KEY": "your-api-key-here"
}
}
}
}
3️⃣ Start Using
Open Claude Desktop and ask: "What's my Optimism/Tron/Solana balance?"
That's it! 🎉
🎯 Supported MCP Clients
|
Claude Desktop Premium Required |
🖥️ FastAgent Developer Friendly |
🔧 Your App MCP Compatible |
📦 Installation Options
Option 1: NPX (Recommended)
npx @adamik/mcp-server
Option 2: Global Install
npm install -g @adamik/mcp-server
adamik-mcp-server
Option 3: Local Development
git clone https://github.com/AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
pnpm install && pnpm build
node build/index.js
🔧 Configuration Examples
Claude Desktop (JSON)
{
"mcpServers": {
"adamik": {
"command": "npx",
"args": ["@adamik/mcp-server"],
"env": {
"ADAMIK_API_KEY": "your-api-key"
}
}
}
}
FastAgent (YAML)
mcp:
servers:
adamik:
command: "npx"
args: ["@adamik/mcp-server"]
env:
ADAMIK_API_KEY: "your-api-key"
Environment Variables
ADAMIK_API_KEY=your-api-key-here
ADAMIK_API_BASE_URL=https://api.adamik.io/api # Optional
🏗️ Architecture
graph LR
A[MCP Client] --> B[Adamik MCP Server]
B --> C[Adamik API]
A --> E[Optional: Signer Server]
C --> D[60+ Blockchains]
E --> F[Wallet Integration]
🤝 Contributing
We love contributions! Here's how to get started:
- Fork this repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
Development Setup
git clone https://github.com/AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
pnpm instal
pnpm build
Testing your changes: Update your MCP client config to point to the local build:
{
"command": "node",
"args": ["/path/to/your/adamik-mcp-server/build/index.js"],
"env": { "ADAMIK_API_KEY": "your-api-key" }
}
📚 Related Projects
- 🔐 Adamik Signer Server - Transaction signing & wallet management
- 🌐 Adamik API - Multi-chain blockchain infrastructure
🆘 Support
- 📖 Documentation: docs.adamik.io
- 💬 Issues: GitHub Issues
- 📧 Contact: [email protected]
- 💬 Telegram: Adamik MCP Community
- 🐦 Twitter: @Adamik_io
⭐ Star this repo if you find it useful!
Developed by the Adamik team
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
GoPeak
The most comprehensive MCP server for Godot Engine. 95+ tools for scene management, GDScript LSP, DAP debugging, screenshot capture, input injection, and CC0 asset library.
CDK API MCP Server
Provides an offline AWS CDK API reference.
godot-mcp-runtime
Playwright MCP for Godot, screenshots, SceneTree manipulation, and arbitrary GDScript execution at runtime through a local UDP bridge.
EndOfLife.date
Get end-of-life dates and support cycle information for various software products.
Chrome Debug MCP Server
Automate your browser by connecting to Chrome's debugging port, preserving your login state.
MCP Prompt Server
Provides preset prompt templates as tools to assist clients like Cursor and Windsurf in executing various tasks.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Skills-ContextManager
Don’t pollute your AI agent’s context with 1,000 skills. Use Skills-ContextManager, a self-hosted web UI for managing AI skills and workflows by providing skills to an AI agent via MCP only when needed. Simply add skills to your library and enable or disable them with a toggle. Choose whether a skill is always loaded into context or dynamically activated when the AI agent determines it’s needed.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Shrike Security
AI agent security scanner — protect LLM-powered apps from prompt injection, SQL injection, data exfiltration, and adversarial attacks via MCP.