スタークネットMCP
Starknet用のMCPサーバー。MCPを通じて以下のStarknet RPCメソッドを利用できるようになります。
書き込みメソッドはまだサポートされていません。
インストール
Bunをインストールします。このリポジトリをクローンします。bun bun install
で依存関係をインストールします。Claude の MCP 設定を更新します。お使いの OS の手順を参照してください。claude_desktop_config.json ファイルに以下の内容claude_desktop_config.json
追加します。
使用法
Claude Desktopを正しく設定すると、利用可能なすべてのメソッドにアクセスできるようになります。チェーンの状態についてClaudeに質問できるようになります。例えば、「Starknetの最新のブロックハッシュと番号は何ですか?」などです。Claudeが質問に答えるためにMCPメソッドを使用する必要があると判断した場合、権限を求められます。
使用されたメソッド、その入力と出力がチャットにインラインで表示されます。
癖
メソッドstarknet_estimateFee
およびstarknet_estimateMessageFee
はまだサポートされていません。
Claude はツールの inputSchema に100% 準拠していません。文字列の送信を優先します。コード内では一部は回避されていますが、エラーが発生した場合は、Issue を開いてください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
さまざまな RPC メソッドを公開することで、MCP を介して Starknet ブロックチェーンとのやり取りを容易にし、ユーザーが自然言語クエリを使用してチェーンの状態、トランザクションの詳細、ブロック情報を照会できるようにします。
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis MCP server provides connection to Starrocks allows you to explore this query engine with minimum effort.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityInteract with the NEAR blockchain through MCP callsLast updated -203720TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.Last updated -45522TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server that fetches on-chain blockchain data via the Ankr API, allowing LLMs to retrieve token balances for wallet addresses on specific networks.Last updated -15591TypeScript