Solana MCP Server
by MCP-Mirror
The Solana MCP Server provides comprehensive access to Solana blockchain data through Cline. It implements a wide range of Solana RPC methods, enabling easy querying of blockchain information via natural language conversations.
Last updated: N/A
What is Solana MCP Server?
A Model Context Protocol (MCP) server that provides comprehensive access to Solana blockchain data through Cline, allowing users to query the blockchain using natural language.
How to use Solana MCP Server?
- Add the provided configuration to your Cline MCP settings file. 2. Restart Cline to load the new MCP server. 3. Interact with the Solana blockchain through natural language in Cline using example queries.
Key features of Solana MCP Server
Provides 21 essential Solana RPC methods
Supports account and balance operations
Provides block and transaction information
Enables token operations
Offers system information
Supports staking and governance queries
Use cases of Solana MCP Server
Checking SOL balance of an address
Retrieving the current slot number
Getting information about the latest block
Determining the current inflation rate
Listing token accounts owned by a specific address
FAQ from Solana MCP Server
What is the default Solana RPC endpoint?
What is the default Solana RPC endpoint?
The default Solana RPC endpoint is https://api.mainnet-beta.solana.com.
What are the prerequisites for development?
What are the prerequisites for development?
The prerequisites are Rust, Cargo, and optionally Solana CLI tools for testing.
How do I build the server?
How do I build the server?
You can build the server using the command cargo build
.
How do I run the server?
How do I run the server?
You can run the server using the command cargo run
.
What license is the server released under?
What license is the server released under?
The server is released under the MIT License.