Used for deployment workflow, allowing code to be pushed and then deployed to Smithery.
Interacts with Solana blockchain to retrieve DLMM pool data, view user positions, calculate fees, and execute fee claiming transactions through RPC endpoints.
Meteora DLMM MCP Server
A personal MCP server for managing Meteora DLMM positions through Claude AI.
Quick Start
- Clone and install dependencies:
- Configure your environment:
- Start development server:
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
- Push to GitHub (excluding .env file)
- Deploy on Smithery
- Configure environment variables in Smithery dashboard
- Connect to Claude AI
Configuration
Required environment variables:
RPC_URL
: Solana RPC endpointWALLET_PRIVATE_KEY
: Base64 encoded private key (optional, for transactions)
Optional:
DEBUG
: Enable debug loggingMAX_RETRIES
: RPC retry attemptsRPC_TIMEOUT
: RPC timeout in milliseconds
This server cannot be installed
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.
Related MCP Servers
- -securityAlicense-qualitymcp server that allows to do actual actions related to solana first version adds knowledge about RPC methods and how to call themLast updated -22RustThe Unlicense
- -securityAlicense-qualityA simple MCP server implementation that provides AI models with basic Solana RPC methods and helpful development prompts.Last updated -33TypeScriptMIT License
- -securityAlicense-qualityAn 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 -119JavaScriptMIT License
- -securityFlicense-qualityAn 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