Solana MCP Server
by aldrin-labs
The Solana MCP Server provides comprehensive access to Solana blockchain data through Cline. It implements a wide range of Solana RPC methods, making it easy to query blockchain information directly through natural language conversations.
Last updated: N/A
What is Solana MCP Server?
The Solana MCP Server is a Model Context Protocol (MCP) server designed to provide easy access to Solana blockchain data. It acts as an interface between Cline (a natural language interface) and the Solana blockchain, allowing users to query blockchain information using natural language.
How to use Solana MCP Server?
To use the server, you need to configure it within your Cline MCP settings file. This involves specifying the command to run the server, its arguments, working directory, and environment variables, particularly the SOLANA_RPC_URL
. Once configured and Cline is restarted, you can interact with the Solana blockchain by asking questions in natural language within Cline.
Key features of Solana MCP Server
Provides access to 21 essential Solana RPC methods
Supports account and balance operations
Enables querying block and transaction information
Facilitates token operations
Offers system information retrieval
Supports staking and governance data access
Use cases of Solana MCP Server
Querying account balances using natural language
Retrieving transaction details through conversational queries
Monitoring blockchain health and performance
Analyzing token supply and distribution
Accessing staking and governance information
FAQ from Solana MCP Server
What is an MCP server?
What is an MCP server?
MCP stands for Model Context Protocol. It allows applications like Cline to access data from various sources.
What is Cline?
What is Cline?
Cline is a natural language interface that allows users to interact with data sources using conversational queries.
How do I set the Solana RPC URL?
How do I set the Solana RPC URL?
You can set the SOLANA_RPC_URL
environment variable in the Cline MCP settings file.
What RPC methods are supported?
What RPC methods are supported?
The server supports 21 essential Solana RPC methods across account, block, token, system, and staking categories.
What is the default Solana RPC URL?
What is the default Solana RPC URL?
The default Solana RPC URL is https://api.mainnet-beta.solana.com
.