MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
Ā© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Adamik (Blockchain and AI) MCP
Adamik (Blockchain and AI) MCP Logo

Adamik (Blockchain and AI) MCP

Model Context Protocol Integration

Overview

Integrates with the Adamik API to enable blockchain operations and custom AI functionalities via Starknet, supporting secure API key management and efficient request handling.

Adamik (Blockchain and AI)

Integrates with the Adamik API to enable blockchain operations and custom AI functionalities via Starknet, supporting secure API key management and efficient request handling.

Installation Instructions


README: https://github.com/AdamikHQ/adamik-mcp-server

šŸš€ Adamik MCP Server

NPM Version Downloads Smithery Badge GitHub Stars

Adamik Logo

🌐 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

  • Ethereum, Bitcoin, Solana, Cosmos
  • Polygon, Arbitrum, Optimism, Base
  • Starknet, Aptos, Tron, and many more

šŸ’° Complete Account Management

  • Real-time balance checking
  • Transaction history analysis
  • Multi-chain portfolio overview
  • Staking rewards tracking

šŸ”„ Advanced Operations

  • Native & token transfers
  • Cross-chain swaps & bridges ⭐ Premium
  • Staking & unstaking

šŸ›  Developer Friendly

  • Type-safe schemas
  • Comprehensive error handling
  • Enterprise-grade infrastructure
  • Easy integration with signer server

šŸ’” 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:

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. 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: contact@adamik.io
  • šŸ’¬ Telegram: Adamik MCP Community
  • 🐦 Twitter: @Adamik_io

⭐ Star this repo if you find it useful!
Developed by the Adamik team

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.