MCP.so
登录

Solana Agent Kit MCP Server

@manolaz

关于 Solana Agent Kit MCP Server

暂无概览

基本信息

分类

AI 与智能体

运行时

node

传输方式

stdio

发布者

manolaz

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Solana Agent Kit MCP Server?

A Solana Agent Kit implementation using the Model Context Protocol (MCP) that handles protocol operations on the Solana blockchain. It enables interactions with the Solana network through standardized MCP server interfaces.

How to use Solana Agent Kit MCP Server?

Install the package with pnpm install, configure environment variables (SOLANA_PRIVATE_KEY and RPC_URL) in Claude Desktop's configuration file, build the project with pnpm run build, and restart Claude Desktop.

Key features of Solana Agent Kit MCP Server

  • Supports all actions from the Solana Agent Kit
  • MCP server implementation for standardized interactions
  • Environment-based configuration
  • TypeScript-based project structure

Use cases of Solana Agent Kit MCP Server

  • Interact with the Solana blockchain through Claude Desktop
  • Perform protocol operations using natural language commands
  • Manage Solana wallet operations via MCP interface
  • Integrate Solana blockchain actions into AI workflows

FAQ from Solana Agent Kit MCP Server

What does it integrate with?

It integrates with the Solana blockchain using the Solana Agent Kit as the core library, and communicates via the Model Context Protocol using the @modelcontextprotocol/sdk.

What are the runtime requirements?

Node.js v16 or higher, pnpm/yarn/npm, a Solana wallet private key, and a Solana RPC URL.

How is the server configured?

The server is configured through environment variables (SOLANA_PRIVATE_KEY and RPC_URL) set in the Claude Desktop configuration file (claude_desktop_config.json). After updating this file, Claude Desktop must be restarted.

What is the project structure?

The main source code lives in src/, with src/index.ts as the entry point for the MCP server implementation.

What is the license?

The project is licensed under ISC.

评论

AI 与智能体 分类下的更多 MCP 服务器