Skip to main content
Glama

Meteora DLMM MCP Server

by fciaf420

Meteora DLMM MCP Server

A personal MCP server for managing Meteora DLMM positions through Claude AI.

Quick Start

  1. Clone and install dependencies:
    npm install
  2. Configure your environment:
    cp .env.example .env # Edit .env with your RPC URL and optionally your wallet private key
  3. Start development server:
    npm run dev

Features

  • 🔍 get_pool_info: Get detailed pool information
  • 👤 get_user_positions: View all your DLMM positions
  • 💰 get_claimable_fees: Check claimable fees for positions
  • 🎯 claim_fees: Claim accumulated fees (requires wallet)
  • 📊 get_popular_pools: Discover popular DLMM pools

Security

  • Your private keys stay with you
  • Environment variables for sensitive data
  • No third-party key sharing required

Deployment

  1. Push to GitHub (excluding .env file)
  2. Deploy on Smithery
  3. Configure environment variables in Smithery dashboard
  4. Connect to Claude AI

Configuration

Required environment variables:

  • RPC_URL: Solana RPC endpoint
  • WALLET_PRIVATE_KEY: Base64 encoded private key (optional, for transactions)

Optional:

  • DEBUG: Enable debug logging
  • MAX_RETRIES: RPC retry attempts
  • RPC_TIMEOUT: RPC timeout in milliseconds
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A personal MCP server for managing Meteora decentralized liquidity market maker positions on Solana, allowing users to view pool information, check positions, and claim accumulated fees through Claude AI.

  1. Quick Start
    1. Features
      1. Security
        1. Deployment
          1. Configuration

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              mcp server that allows to do actual actions related to solana first version adds knowledge about RPC methods and how to call them
              Last updated -
              22
              Rust
              The Unlicense
            • -
              security
              A
              license
              -
              quality
              An MCP server for executing token swaps on the Solana blockchain using Jupiter's Ultra API, enabling users to fetch optimal swap orders and execute transactions with slippage control.
              Last updated -
              1
              19
              JavaScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.
              Last updated -
              TypeScript
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/fciaf420/Meteora-DLMM-MCP'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server