- Explore MCP Servers
- quant72-mcp
Quant72 Mcp
What is Quant72 Mcp
quant72-mcp is a Solana Agent Kit implementation that utilizes the Model Context Protocol (MCP) for managing protocol operations on the Solana blockchain.
Use cases
Use cases for quant72-mcp include developing decentralized applications (dApps) on the Solana blockchain, automating protocol operations, and integrating with other blockchain services.
How to use
To use quant72-mcp, install the necessary dependencies using pnpm, configure the ‘claude_desktop_config.json’ file with your Solana private key and RPC URL, and build the project using the provided commands.
Key features
Key features include support for all actions from the Solana Agent Kit, a standardized MCP server implementation for consistent interactions, and environment-based configuration for flexibility.
Where to use
quant72-mcp can be used in blockchain development, particularly for applications that require interaction with the Solana blockchain and its agent kit functionalities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Quant72 Mcp
quant72-mcp is a Solana Agent Kit implementation that utilizes the Model Context Protocol (MCP) for managing protocol operations on the Solana blockchain.
Use cases
Use cases for quant72-mcp include developing decentralized applications (dApps) on the Solana blockchain, automating protocol operations, and integrating with other blockchain services.
How to use
To use quant72-mcp, install the necessary dependencies using pnpm, configure the ‘claude_desktop_config.json’ file with your Solana private key and RPC URL, and build the project using the provided commands.
Key features
Key features include support for all actions from the Solana Agent Kit, a standardized MCP server implementation for consistent interactions, and environment-based configuration for flexibility.
Where to use
quant72-mcp can be used in blockchain development, particularly for applications that require interaction with the Solana blockchain and its agent kit functionalities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
pnpm install
Configuration
- Configure the
claude_desktop_config.jsonfile by editing theenvfields.
SOLANA_PRIVATE_KEY=your_private_key_here RPC_URL=your_solana_rpc_url_here
- Change the Claude Desktop MCP server settings:
For MacOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
For Windows:
code $env:AppData\Claude\claude_desktop_config.json
The final configuration should look like the following (replace the path with your absolute project path):
{
"mcpServers": {
"agent-kit": {
"command": "node",
"env": {
"RPC_URL": "your_solana_rpc_url_here",
"SOLANA_PRIVATE_KEY": "your_private_key_here"
},
"args": [
"/ABSOLUTE/PATH/TO/YOUR/PROJECT"
]
}
}
}
Note: Make sure to restart Claude Desktop after updating the configuration and building the project.
Building the Project
To build the project, run:
pnpm run build
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










