Starknet MCP Server
@mcpdotdirect
Starknet MCP Server について
MCP server that provides LLM with tools for interacting with Starknet
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"starknet-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mcpdotdirect/starknet-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Starknet MCP Server?
A comprehensive Model Context Protocol (MCP) server for the Starknet blockchain. It provides AI agents with the ability to interact with Starknet networks, query blockchain data, manage wallets, and interact with Cairo smart contracts. Designed for use with Claude, GPT, and other AI assistants.
How to use Starknet MCP Server?
Run the server in stdio mode (npx @mcpdotdirect/starknet-mcp-server) or HTTP mode (npx @mcpdotdirect/starknet-mcp-server http). Install via Smithery, npx, npm global, or local project installation. Connect from Cursor by adding a command-type MCP server or via .cursor/mcp.json. Use claude mcp add starknet-mcp-server npx @mcpdotdirect/starknet-mcp-server for Claude CLI.
Key features of Starknet MCP Server
- Full Starknet blockchain integration using Starknet.js
- Supports Mainnet and Sepolia test networks
- StarknetID resolution (address ↔ domain)
- Native token support (ETH and STRK)
- Smart contract call and query operations
- Dual transport: stdio and HTTP with SSE
- Designed for AI assistant integration
Use cases of Starknet MCP Server
- Check native token balances (ETH/STRK) for any address
- Transfer ETH/STRK between Starknet accounts
- Query block details, transactions, and chain information
- Resolve StarknetID domains to addresses and vice versa
- Call read-only smart contract functions or execute contract writes
FAQ from Starknet MCP Server
What networks does Starknet MCP Server support?
It supports Starknet Mainnet and Sepolia testnet.
What are the prerequisites for running Starknet MCP Server?
You need Bun 1.0.0+ (recommended) or Node.js 18.0.0+.
How do I run Starknet MCP Server in HTTP mode?
Run npx @mcpdotdirect/starknet-mcp-server http. The HTTP server listens on port 3000 by default and provides both a REST API and Server-Sent Events (SSE).
How can I use StarknetID with Starknet MCP Server?
Every tool that accepts Starknet addresses also supports StarknetID, automatically resolving human-readable identities (e.g., "vitalik.stark") to addresses behind the scenes.
How do I connect Starknet MCP Server to Cursor?
Go to Cursor Settings > Features > MCP Servers, add a new server with type "command" and command npx @mcpdotdirect/starknet-mcp-server. Alternatively, create a .cursor/mcp.json file in your project with the appropriate configuration.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント