- Step 1: Install the MCP package using npm: npm i @cubie-ai/solana-mcp
- Step 2: Create a server by importing the required modules and configuring the Solana RPC URL
- Step 3: Run the server to start listening for requests
- Step 4: Create a client to connect to the MCP server, specifying transport and configuration options
- Step 5: Use the client to call available tools like getTokenSupply, getAddressBalance, etc.
- Step 6: Retrieve and process blockchain data as required for your application