iExec MCP Server
OfficialAn MCP server that enables AI agents to interact with the iExec protocol for confidential data manag...
Open the FastMCP connection interface and click the "Install Now" button to add a new MCP server entry — the ENV values below must be filled into that FastMCP connection form.
Decide which secret method you will use:
- Option A — use a wallet file (recommended for production): set ENV key PRIVATE_KEY_PATH to the absolute path of your wallet.json.
- Option B — use a raw private key (convenient for quick tests): set ENV key PRIVATE_KEY to your private key value (prefixed with 0x).
If you choose Option A (create or use wallet file):
- Create a new iExec wallet (or use an existing one):
- Install iExec CLI (if needed): npm install -g iexec
- Create an unencrypted wallet: iexec wallet create --unencrypted
- Locate the generated wallet file (absolute path):
- Linux: ~/.ethereum/keystore/wallet.json
- Get absolute path: realpath ~/.ethereum/keystore/wallet.json
- macOS: ~/Library/Ethereum/keystore/wallet.json
- Get absolute path: realpath ~/Library/Ethereum/keystore/wallet.json
- Windows (PowerShell): %APPDATA%\Ethereum\keystore\wallet.json
- Get absolute path in PowerShell: Resolve-Path $env:APPDATA\Ethereum\keystore\wallet.json
- Linux: ~/.ethereum/keystore/wallet.json
- In the FastMCP connection form (after clicking "Install Now"):
- Set ENV name: PRIVATE_KEY_PATH
- Set ENV value: the absolute path you obtained (e.g., /home/alice/.ethereum/keystore/wallet.json or C:\Users\Alice\AppData\Roaming\Ethereum\keystore\wallet.json)
- Save/apply the FastMCP entry.
- Create a new iExec wallet (or use an existing one):
If you choose Option B (use raw private key):
- Place your private key string (0x...) somewhere secure, or create a local wallet file:
- To create a local wallet.json (example):
mkdir -p ./my-wallet
echo '{"privateKey":"0xYOUR_PRIVATE_KEY"}' > ./my-wallet/wallet.json - Get the absolute path if you will use the file (see Step 3.2).
- To create a local wallet.json (example):
- In the FastMCP connection form (after clicking "Install Now"):
- Either set ENV name: PRIVATE_KEY and ENV value: 0xYOUR_PRIVATE_KEY
- Or set ENV name: PRIVATE_KEY_PATH and ENV value: absolute path to the wallet.json created above
- Save/apply the FastMCP entry.
- Place your private key string (0x...) somewhere secure, or create a local wallet file:
Notes for Docker or containerized MCP entries:
- If your MCP entry uses Docker and you specify PRIVATE_KEY_PATH, you must also mount the host directory containing wallet.json into the container and use the container path in PRIVATE_KEY_PATH (e.g., host /home/alice/keystore -> container /app/keystore, then set PRIVATE_KEY_PATH to /app/keystore/wallet.json).
- If you use PRIVATE_KEY (raw key) you only need to set that ENV in FastMCP.
After saving the FastMCP entry:
- Restart or re-install the MCP connection using the FastMCP interface if required.
- Verify the server connects successfully (the MCP tool should report an active/plugged server).
Security reminders (must follow):
- Prefer PRIVATE_KEY_PATH (wallet file) for production; do not paste raw keys into long-lived or shared configurations.
- Never commit PRIVATE_KEY or wallet.json into source control.
- Keep your wallet file and private key offline and secure; the iExec MCP server runs locally and the key is not transmitted externally.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Security
View All →React Native Development Guide
Provides React Native development guidance and codebase analysis tools including component analysis, performance optimization suggestions, architecture advice, debugging guidance, automated package management with security audits, test generation, and migration assistance between React Native versions.
Hostinger API
Integrates with Hostinger's hosting platform to enable domain registration and DNS management, VPS creation and configuration, firewall setup, backup operations, and billing subscription handling through over 100 specialized tools organized by service category.
ChuckNorris (L1B3RT4S Prompt Enhancer)
Enhances language models by fetching specialized prompts from the L1B3RT4S repository, supporting multiple LLMs including ChatGPT, Claude, and Gemini with fallback mechanisms for educational and research purposes.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.