🌐 Starknet MCP Server
@AbdelStark
🌐 Starknet MCP Server について
Starknet MCP server.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント