
Adamik MCP Server
Adamik MCP
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Adamik MCP Server MCP server manually.
π 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
Stars
2Forks
4Last commit
5 days agoRepository age
4 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Adamik MCP Server:

Β
Stars
Forks
Last commit

Β
Stars
Forks
Last commit

Β
Stars
Forks
Last commit