trackmcp
Back to directory
Devang0907

Solana-MCP

View on GitHub

A simple solana mcp server.

0 stars JavaScriptOthers Updated Jun 30, 2025

Documentation

SolanaBot

SolanaBot is a backend application that provides tools to interact with the Solana blockchain. It allows users to check SOL balances and send SOL to other accounts using the Model Context Protocol (MCP).

Features

  • Get Balance: Retrieve the SOL balance of a given public key.
  • Send SOL: Transfer SOL from the sender's account to a specified recipient.
  • Airdrop SOL: Airdrop some solana to given public key.

Required

  • A Solana wallet.
  • Claude Desktop

setup

  • Create a .env file in the root directory.
  • Add your Solana wallet private key in the following format:
PRIVATE_KEY= Your_key```
- Edit claude_desktop_config as :

"mcpServers": {

"solana": {

"command": PATH_OF_NODE,

"args": [

PATH_OF_INDEX.JS

]

}

}

}

code
## Send solana:
![text](https://github.com/user-attachments/assets/3ae73f68-af9d-41ab-b95c-bf9031a47c71)

## Get Balance :
![text](https://github.com/user-attachments/assets/a47eb931-c38b-4c8f-ade3-53d96ce2b09d)

Frequently asked questions

What is Solana-MCP?

Solana-MCP is A simple solana mcp server.

How do I install Solana-MCP?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is Solana-MCP open source?

Yes — it is hosted on GitHub at https://github.com/Devang0907/Solana-MCP.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP