
Adamik Blockchain
STDIOMulti-chain blockchain management server for accessing 60+ networks via MCP clients.
Multi-chain blockchain management server for accessing 60+ networks via MCP clients.
The Adamik MCP Server enables seamless interactions with 60+ blockchain networks through any MCP client, including Claude Desktop. This server integrates with the multi-chain Adamik API, allowing you to:
Optional: Add the Adamik MCP Signer Server for public key generation and transaction signing to manage real blockchain assets.
npx @adamik/mcp-server
Add the server to your MCP client configuration:
{ "mcpServers": { "adamik": { "command": "npx", "args": ["@adamik/mcp-server"], "env": { "ADAMIK_API_KEY": "<your-adamik-api-key>" } } } }
mcp: servers: adamik: command: "npx" args: ["@adamik/mcp-server"] env: ADAMIK_API_KEY: "<your-adamik-api-key>"
<your-adamik-api-key>
in your configurationgit clone [email protected]:AdamikHQ/adamik-mcp-server.git cd adamik-mcp-server
pnpm install pnpm run build
Create a .env
file with your API key:
ADAMIK_API_KEY=your-adamik-api-key-here
Update your client configuration to point to the local installation instead of using npx
.
For transaction signing capabilities, see the Adamik MCP Signer Server repository.
By combining both servers, you can: