Integrations
Enables interaction with the Solana blockchain, supporting all actions from the Solana Agent Kit to execute protocol operations and transactions on the Solana network.
Solana Agent Kit MCP Server
SendAI
A Solana Agent Kit implementation using the Model Context Protocol (MCP) for handling protocol operations on the Solana blockchain.
Features
- Supports all actions from the Solana Agent Kit
- MCP server implementation for standardized interactions
- Environment-based configuration
Prerequisites
- Node.js (v16 or higher recommended)
- pnpm or yarn or npm
- Solana wallet with private key
- Solana RPC URL
Installation
Configuration
- Configure the
claude_desktop_config.json
file by editing theenv
fields.
- Change the Claude Desktop MCP server settings:
For MacOS:
For Windows:
The final configuration should look like the following (replace the path with your absolute project path):
Note: Make sure to restart Claude Desktop after updating the configuration and building the project.
Building the Project
To build the project, run:
This will compile the TypeScript code and set the appropriate permissions for the executable.
Project Structure
src/
- Source code directorysrc/index.ts
- Main entry point implementing the MCP server
Dependencies
- solana-agent-kit: Core functionality for Solana blockchain interactions
- @modelcontextprotocol/sdk: MCP implementation
- dotenv: Environment variable management
- zod: Runtime type checking
License
ISC
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
This server cannot be installed
An implementation that enables interaction with the Solana blockchain through the Model Context Protocol, supporting all actions from the Solana Agent Kit for standardized protocol operations.
Related MCP Servers
- -securityAlicense-qualityA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.Last updated -1051TypeScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.Last updated -5972Apache 2.0
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.Last updated -5915TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI models to interact with the Solana blockchain, providing RPC methods, wallet management, DeFi trading capabilities, and Helius API integration for enhanced Solana development.Last updated -TypeScriptMIT License