π Starknet MCP Server
@AbdelStark
About π Starknet MCP Server
Starknet MCP server.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"starknet-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@AbdelStark/starknet-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments