Skip to content

AdamikHQ/adamik-mcp-server

Repository files navigation

Adamik MCP Server

smithery badge

Adamik Logo

Overview

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.

Prerequisites

Installation

Adding Adamik MCP Server to your MCP Client

YAML (FastAgent Config File)

mcp:
  servers:
    adamik:
      command: "npx"
      args: ["@adamik/api-mcp-server"]
      env:
        ADAMIK_API_KEY: "<your-adamik-api-key>"

JSON (Claude Desktop / NextChat)

{
  "mcpServers": {
    "adamik": {
      "command": "npx",
      "args": [
        "@adamik/api-mcp-server"
      ],
      "env": {
        "ADAMIK_API_KEY": "<your-adamik-api-key>"
      }
    }
  }
}
0

Installing via Smithery

To install Adamik MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @AdamikHQ/adamik-mcp-server --client claude

Local Installation

1. Get Your Free API Key

  1. Visit https://dashboard.adamik.io
  2. Create a free account
  3. Navigate to the API Keys section
  4. Generate a new API key
  5. Copy the API key and paste it into your .env file

2. Clone Repository

git clone [email protected]:AdamikHQ/adamik-mcp-server.git
cd adamik-mcp-server

3. Configure environment variables

  • 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"

4. Install dependencies and build:

pnpm install
pnpm run build

5. Configure your client

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

About

Adamik MCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5