Solana Web3.js MCP Server
@FrankGenGo
Solana Web3.js MCP Server について
MCP server for Solana web3.js development and smart contract deployment
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"solana": {
"command": "node",
"args": [
"/absolute/path/to/solana-web3js-mcp-server/dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Solana Web3.js MCP Server?
This MCP server enables AI assistants like Claude to develop and deploy Solana smart contracts end-to-end. It bridges AI language models and the Solana blockchain, providing a standardized interface for blockchain interactions.
How to use Solana Web3.js MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, and start with npm start. For Claude Desktop, add the server path to your Claude configuration file, then ask Solana-related tasks such as creating accounts, checking balances, or writing and deploying contracts.
Key features of Solana Web3.js MCP Server?
- Interact with Solana blockchain across mainnet, testnet, devnet.
- Build, simulate, sign, and send transactions.
- Develop smart contracts using Rust and Solana SDK.
- Manage wallets, generate keypairs, and derive addresses.
- Create, transfer, and manage SPL tokens.
- Access documentation and code templates as resources.
Use cases of Solana Web3.js MCP Server
- Create a new Solana account and display the keypair.
- Check the current balance of a given address.
- Write and deploy a simple token contract on Solana devnet.
- Find accounts owned by a specific program.
- Simulate a transaction before sending it to the network.
FAQ from Solana Web3.js MCP Server
Does the server store private keys?
No, the server does not store private
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント