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
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mlops
visengerA curated list of references for MLOps
评论