solana-mcp
What is this MCP
This MCP (Model Context Protocol) server enables interaction with the Solana blockchain, allowing users to perform actions like checking wallet balances, transferring SOL, and fetching the latest slot information using their private key.
How to use this MCP
To use this MCP, clone the repository, install dependencies, build the project, and set up a keypair file with your Solana private key. The server can then be integrated with tools like Cursor by specifying the path to the run script and keypair file in the MCP settings.
What this MCP can be used for
This MCP can be used for automating Solana blockchain interactions, such as monitoring wallet balances, executing transactions, and retrieving blockchain data, making it useful for developers building applications or tools that interact with the Solana network.