New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

solanamcp-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solanamcp-cli

Solana MCP CLI for Claude Desktop - Access real-time Solana blockchain data

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Solana MCP CLI

A command-line MCP server for Claude Desktop integration with real-time Solana blockchain data.

Installation

npm install -g solanamcp-cli

Setup

  • Get your API key from https://solanamcp.dev/dashboard/api-keys

  • Configure Claude Desktop by adding this to your claude_desktop_config.json:

{
  "mcpServers": {
    "solanamcp": {
      "command": "solanamcp",
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}
  • Restart Claude Desktop

Usage

Once configured, you can use these commands in Claude Desktop:

  • "Get my SOL balance"
  • "Show me my NFT holdings"
  • "What's the current price of SOL?"
  • "Create a new wallet"
  • "List all my wallets"

Environment Variables

  • API_KEY: Your API key from the dashboard (required)
  • API_BASE: API base URL (defaults to production)

Troubleshooting

  • Make sure you have Node.js 16+ installed
  • Verify your API key is correct
  • Check that the CLI is installed globally: npm list -g solanamcp-cli

Support

Visit https://solanamcp.dev for documentation and support.

Keywords

mcp

FAQs

Package last updated on 26 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts