MCP.so
ログイン

🌐 Starknet MCP Server

@AbdelStark

🌐 Starknet MCP Server について

Starknet MCP server.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

AbdelStark

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "starknet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@AbdelStark/starknet-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 🌐 Starknet MCP Server?

A Model Context Protocol (MCP) server that enables AI models to interact with the Starknet blockchain. It provides tools for querying blockchain data, currently supporting retrieval of the latest block.

How to use 🌐 Starknet MCP Server?

Install via Smithery (npx -y @smithery/cli install @AbdelStark/starknet-mcp --client claude) or manually by cloning the repository and running npm install. Configure environment variables in a .env file, then start the server with npm run dev (development) or npm start (production). Use the get_block tool to retrieve the latest block.

Key features of 🌐 Starknet MCP Server

  • Retrieve the latest block from the Starknet blockchain.
  • Configuration via environment variables (RPC URL, log level, server mode).
  • Supports both stdio and SSE transport modes.
  • Built with TypeScript and the MCP TypeScript SDK.
  • Ready for extension with additional Starknet tools (future).

Use cases of 🌐 Starknet MCP Server

  • Query the latest Starknet block using an AI assistant.
  • Monitor Starknet blockchain activity through conversational interfaces.
  • Provide up‑to‑date block data as context for AI models.

FAQ from 🌐 Starknet MCP Server

What are the prerequisites for running the server?

Node.js version 18 or higher is required. A Starknet RPC URL must be provided in the environment configuration.

How do I install the server?

You can install it via Smithery using npx -y @smithery/cli install @AbdelStark/starknet-mcp --client claude for Claude Desktop, or manually by cloning the repository and running npm install.

What tools are currently available?

The only available tool is get_block, which retrieves the latest block from the Starknet blockchain. Additional tools for smart contract interaction are planned as future enhancements.

What environment variables can I configure?

You can set LOG_LEVEL, NODE_ENV, SERVER_MODE (stdio or sse), PORT (for SSE mode), and STAKNET_RPC_URL. A .env.example file is provided for reference.

Is the project feature‑complete?

No. The repository includes a TODOs section listing plans to add tools for interacting with smart contracts on Starknet. The current feature set is limited to block retrieval.

コメント

「その他」の他のコンテンツ