Back to MCP Servers
Starknet
Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers.
finance-fintechai
By mcpdotdirect
Installation
npx -y starknet-mcp-serverConfiguration
{
"mcpServers": {
"starknet-mcp-server": {
"command": "npx",
"args": ["-y", "starknet-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes