Solana Agent Kit MCP Server

by DonutLabs-ai

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

Eine Solana Agent Kit-Implementierung unter Verwendung des Model Context Protocol (MCP) zur Handhabung von Protokolloperationen auf der Solana-Blockchain.

Merkmale

  • Unterstützt alle Aktionen aus dem Solana Agent Kit
  • MCP-Serverimplementierung für standardisierte Interaktionen
  • Umgebungsbasierte Konfiguration

Voraussetzungen

  • Node.js (v16 oder höher empfohlen)
  • pnpm oder yarn oder npm
  • Solana-Wallet mit privatem Schlüssel
  • Solana RPC-URL

Installation

pnpm install

Konfiguration

  1. Konfigurieren Sie die Datei claude_desktop_config.json , indem Sie die env bearbeiten.
RPC_URL=your_solana_rpc_url_here
  1. Ändern Sie die Claude Desktop MCP-Servereinstellungen:

Für MacOS:

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

Für Windows:

code $env:AppData\Claude\claude_desktop_config.json

Die endgültige Konfiguration sollte wie folgt aussehen (ersetzen Sie den Pfad durch Ihren absoluten Projektpfad):

{ "mcpServers": { "agent-kit": { "command": "node", "env": { "RPC_URL": "your_solana_rpc_url_here", }, "args": [ "/ABSOLUTE/PATH/TO/YOUR/PROJECT" ] } } }

Hinweis: Stellen Sie sicher, dass Sie Claude Desktop nach der Aktualisierung der Konfiguration und dem Erstellen des Projekts neu starten.

Erstellen des Projekts

Führen Sie zum Erstellen des Projekts Folgendes aus:

pnpm run build

Dadurch wird der TypeScript-Code kompiliert und die entsprechenden Berechtigungen für die ausführbare Datei festgelegt.

Projektstruktur

  • src/ - Quellcode-Verzeichnis
  • src/index.ts – Haupteinstiegspunkt zur Implementierung des MCP-Servers

Abhängigkeiten

Lizenz

ISC

Beitragen

Beiträge sind willkommen! Senden Sie gerne einen Pull Request.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Eine Implementierung, die die Interaktion mit der Solana-Blockchain über das Model Context Protocol ermöglicht und alle Aktionen des Solana Agent Kit für standardisierte Protokolloperationen unterstützt.

  1. SendAI
    1. Merkmale
      1. Voraussetzungen
        1. Installation
          1. Konfiguration
            1. Erstellen des Projekts
              1. Projektstruktur
                1. Abhängigkeiten
                  1. Lizenz
                    1. Beitragen

                      Related MCP Servers

                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.
                        Last updated -
                        10
                        51
                        TypeScript
                        Apache 2.0
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A 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 -
                        59
                        72
                        Apache 2.0
                        • Linux
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A 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 -
                        59
                        15
                        TypeScript
                        MIT License
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A 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 -
                        TypeScript
                        MIT License

                      View all related MCP servers

                      ID: mdhlpnrxcy