Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

Solana 클라이언트용 모델 컨텍스트 프로토콜 서버

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 mcp-solana를 자동으로 설치하려면:

지엑스피1

서버 설치:

git clone git@github.com:tywenk/mcp-sol.git cd mcp-sol uv sync mcp install src/server.py

Mac의 /Users/{user}/Library/Application Support/Claude 에 있는 Claude 데스크톱 JSON 설정이 다음과 같은지 확인하세요. uv 바이너리와 경로는 모두 절대 경로입니다.

{ "globalShortcut": "Alt+Space", "mcpServers": { "Solana Client": { "command": "/Users/tywen/.local/bin/uv", "args": [ "--directory", "/Users/tywen/Developer/mcp-sol", "run", "--with", "mcp", "mcp", "run", "/Users/tywen/Developer/mcp-sol/src/server.py" ] } } }

도구 목록:

get_balance get_transaction get_block get_block_height get_block_time get_blocks get_cluster_nodes get_epoch_info get_epoch_schedule get_genesis_hash get_identity get_inflation_governor get_inflation_rate get_largest_accounts get_latest_blockhash get_minimum_balance_for_rent_exemption get_program_accounts get_recent_performance_samples get_signature_statuses get_slot get_slot_leader get_supply get_token_account_balance get_token_largest_accounts get_transaction_count get_version get_vote_accounts is_connected get_block_commitment confirm_transaction get_account_info get_fee_for_message get_first_available_block get_inflation_reward get_leader_schedule get_minimum_ledger_slot get_multiple_accounts get_signatures_for_address get_token_accounts_by_delegate get_token_accounts_by_owner get_token_supply request_airdrop send_transaction validator_exit
-
security - not tested
A
license - permissive license
-
quality - not tested

솔라나 블록체인과 상호작용을 가능하게 하는 서버로, 잔액, 거래 세부 정보, 블록 정보 가져오기, 거래 전송 등 40개 이상의 솔라나 RPC 방법에 대한 액세스를 제공합니다.

  1. Smithery를 통해 설치

    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
    • A
      security
      F
      license
      A
      quality
      A 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 -
      5
      TypeScript
    • -
      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 -
      219
      79
      Apache 2.0
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      A server that enables interaction with the Solana blockchain using your own private key, supporting operations like getting wallet information, checking balances, and transferring SOL.
      Last updated -
      219
      6
      JavaScript

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/tywenk/mcp-sol'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server