mcpdotdirect/starknet-mcp-server
Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers.
Quick Start
Clone the repository:
git clone https://github.com/mcpdotdirect/starknet-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"starknet-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcpdotdirect/starknet-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.