솔라나 MCP 서버 🌱
사용자의 개인 키를 사용하여 Solana 블록체인과 상호작용할 수 있는 MCP 서버입니다.
📖 목차
✨ 특징
- 최신 슬롯을 받으세요
- 지갑 주소 가져오기
- 지갑 잔액 받기
- SOL 전송
⚙️ 설정
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop에 Solana MCP를 자동으로 설치하는 방법:
지엑스피1
수동 설정
- 저장소를 복제합니다
- 종속성 설치
- 프로젝트를 빌드하세요
- 키페어 파일을 만드세요. 원하는 위치에
keypair.json
이라는 이름의 파일을 만들고 개인 키를 복사하세요. example-keypair.json 파일에서 예시를 확인하세요.
참고: RPC 엔드포인트는 기본적으로 api.devnet.solana.com
으로 설정됩니다. 다른 엔드포인트를 사용하려면 run.sh
파일에서 설정할 수 있습니다.
커서와의 통합
커서와 통합하려면 다음 단계를 따르세요.
- 커서 설정에서 MCP로 이동하세요.
- "새 MCP 서버 추가"를 클릭하세요.
- 다음 정보를 입력하세요:
- 이름: 솔라나 MCP
- 유형: 명령
- 명령어:
/path/to/your/solana-mcp/run.sh /path/to/your/keypair.json
명령 예: /Users/username/projects/solana-mcp/run.sh /Users/username/Documents/keypair.json
🛠️ 사용 가능한 도구
1. 최신 슬롯 가져오기
최신 슬롯 번호를 반환합니다.
2. 지갑 주소 가져오기
지갑 주소를 반환합니다.
3. 지갑 잔액 가져오기
SOL, Lamports 및 USD로 지갑 잔액을 반환합니다.
4. 이전
SOL을 수신자 주소로 전송합니다.
🧑💻 기여
기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 제출해 주세요.
🔖 라이센스
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
사용자의 개인 키를 사용하여 Solana 블록체인과 상호작용할 수 있는 서버로, 지갑 정보 가져오기, 잔액 확인, SOL 전송 등의 작업을 지원합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.Last updated -1051TypeScriptApache 2.0
- -securityAlicense-qualityA server that enables interaction with the Solana blockchain, providing access to over 40 Solana RPC methods including getting balances, transaction details, block information, and sending transactions.Last updated -PythonMIT License
- AsecurityFlicenseAqualityA server that provides simple RPC endpoints for common Solana blockchain operations, allowing users to check balances, get account information, and transfer SOL between accounts.Last updated -5TypeScript
- -securityAlicense-qualityA 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 -21979Apache 2.0