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
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Underground Cultural District MCP Server
23 free and paid tools for AI agents ā UUID, JSON, Base64, hashing, JWT, regex plus 218+ digital goods from 22 shops at substratesymposium.com
PowerShell MCP Server
Automate Windows PowerShell tasks using Python. Execute scripts, manage the clipboard, and capture terminal output programmatically.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Commands
An MCP server to run arbitrary commands on the local machine.
Chrome Debug MCP Server
Control Chrome with debugging capabilities, userscript injection, and extension support.
MCP RAG Server
A Python server providing Retrieval-Augmented Generation (RAG) functionality. It indexes various document formats and requires a PostgreSQL database with pgvector.
MCP Gateway
Integrates multiple MCP servers into a single interface with a management Web UI and real-time status updates.
Assistant MCP Server
An MCP server that dynamically loads tools from an external JSON file configured via an environment variable.
Liana-MCP
A natural language interface for cell-cell communication analysis using the Liana framework.
TradesAPI
Real-time contractor license verification across 45 US states. Verifies license status, expiration, and disciplinary history directly against state licensing board portals.