Integrates with Docker to run and manage Succinct Prover Network containers, including hardware calibration, prover operations, and container monitoring.
Enables interaction with the Succinct Prover Network on Ethereum's Sepolia testnet, including prover contract management, PROVE token staking, proof request handling, and earning rewards for generating proofs.
Prover MCP
⚠️ Testnet Only: This MCP is for Sepolia testnet only.
A Model Context Protocol (MCP) server that enables AI assistants to control Succinct Prover Network operations following the official Succinct workflow.
Prerequisites
⚠️ Security Notice: Use only fresh test wallets for Sepolia testnet. Never use mainnet private keys!
Required Software
Node.js 18+ - Download here
Docker Desktop - Download here
⚠️ Must be running before setup
Required Blockchain Assets
Fresh Ethereum Wallet
Create a new wallet (MetaMask, etc.)
Get Sepolia ETH from faucet
Export private key (64 hex characters, no 0x prefix)
PROVE Tokens
Get 1000+ PROVE tokens from official faucet
Minimum 1000 PROVE required for staking
🚀 Quick Setup
Installation
Setup Options
Option 1: Interactive Setup (Recommended)
Option 2: Auto Setup (Fastest)
Check Prover MCP & You're Ready
Both methods create:
📄
.envfile with configuration template🤖 AI client MCP configurations (Claude/Cursor)
📋 Next steps following official Succinct workflow
Configuration Methods
Method 1: MCP Config (Recommended)
Environment variables are set directly in your AI client's MCP configuration:
Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor IDE: ~/.cursor/mcp.json
Method 2: Environment File
Edit the .env file created by setup:
💡 Pro Tip: MCP config method bypasses tool cache issues and provides better reliability.
Official Succinct Workflow
The setup follows the official 5-step Succinct workflow:
✅ Requirements (Automated by setup)
Fresh Ethereum wallet with Sepolia ETH
1000+ PROVE tokens from faucet
Docker Desktop running
🏗️ Create Prover Contract (Manual)
Visit: https://staking.sepolia.succinct.xyz/prover
Connect wallet & create prover
Save prover address (different from wallet address!)
💰 Stake PROVE Tokens (Manual)
Visit: https://staking.sepolia.succinct.xyz
Stake minimum 1000 PROVE tokens
⚙️ Calibrate Hardware (AI Assisted)
Command: "Calibrate my prover hardware"
🚀 Run Prover (AI Assisted)
Command: "Run Succinct Prover"
Usage After Setup
Basic Commands
💬 "Run Succinct Prover" - Start the prover and earn PROVE tokens
💬 "Calibrate my prover hardware" - Optimize performance settings
💬 "Show Succinct workflow" - Check setup progress
💬 "Get my prover status" - View current earnings and performance
Advanced Commands
💬 "Get proof requests" - View available proof requests
💬 "Get my account balance" - Check PROVE token balance
💬 "Stop my prover" - Gracefully stop the prover
Manual Terminal Monitoring
For advanced users who want to monitor prover logs directly in terminal:
💡 Note: Replace CONTAINER_ID with your actual container ID. The MCP provides smart log viewing, but terminal monitoring offers real-time streaming for power users.
How It Works
The MCP server provides secure access to Succinct Prover Network operations:
Environment Loading: Credentials loaded from MCP config (priority) or .env file
Docker Integration: Official Succinct Docker images with hardware optimization
AI Commands: Natural language interface to prover operations
Security: Sepolia testnet only, credentials never logged
The MCP configuration ensures environment variables are available to all tools, bypassing cache issues.
Troubleshooting
Common Issues
❌ "Environment validation failed"
Ensure credentials are set in MCP config or .env file
Restart your AI client completely after configuration changes
❌ "Docker not found"
Install and start Docker Desktop
Verify:
docker --version
❌ "Tool cache issues"
Use MCP config method instead of .env file
MCP config bypasses tool cache limitations
❌ "No PROVE tokens"
Get tokens from official faucet
Minimum 1000 PROVE required for staking
Debug Commands
Security
🔒 CRITICAL SECURITY NOTES
Testnet Only: This MCP only works with Sepolia testnet
Fresh Wallets: Use dedicated test wallets, never mainnet wallets
Private Keys: Never commit credentials to version control
Official Sources: Only use official Succinct URLs and contracts
All credential files are automatically git-ignored for security.
Development
Build
Testing
File Structure
Contributing
Fork the repository
Create feature branch:
git checkout -b feature-nameFollow the official Succinct documentation
Test with Sepolia testnet only
Submit pull request
Resources
License
MIT License - See LICENSE file for details.
⚡ Ready to start earning PROVE tokens? Run
💡 Important: The
cwd(current working directory) parameter is automatically set bynpm run initto ensure relative paths work correctly across different installations.