The Adamik MCP Server enables read and write interactions with 60+ blockchain networks through Claude Desktop. This server provides an integration with the standardized, multi-chain Adamik API, allowing developers to seamlessly interact with diverse blockchains for transaction management, account insights, staking, and token interactions, all through a unified and enterprise-grade interface.
- Node.js (v20 or higher)
- pnpm
- Git
- Claude Desktop installed (https://claude.ai/download)
- Claude Pro subscription required
- An Adamik API Key (Get one here for free)
mcp:
servers:
adamik:
command: "npx"
args: ["@adamik/api-mcp-server"]
env:
ADAMIK_API_KEY: "<your-adamik-api-key>"
{
"mcpServers": {
"adamik": {
"command": "npx",
"args": [
"@adamik/api-mcp-server"
],
"env": {
"ADAMIK_API_KEY": "<your-adamik-api-key>"
}
}
}
}
0
To install Adamik MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @AdamikHQ/adamik-mcp-server --client claude
- Visit https://dashboard.adamik.io
- Create a free account
- Navigate to the API Keys section
- Generate a new API key
- Copy the API key and paste it into your
.env
file
git clone [email protected]:AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server
- Create environment file:
cp .env.example .env
- Configure your environment variables in
.env
:
# Required - Your Adamik API key
ADAMIK_API_KEY="your_api_key_here"
pnpm install
pnpm run build
Depending on which client you are using, look up how to add MCP servers to it. It will most likely be a configuration file where you should add it either in YAML or JSON. Jump to section