EigenLayer MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EigenLayer MCP Serverexplain restaking in EigenLayer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EigenLayer MCP Server built on Next.js
Features
Provides EigenLayer documentation to Claude or other AI assistants via MCP
Runs as a standalone server locally or as a serverless function on Vercel
Inspired by initial testing here. Cloned from Vercel Next.js MCP template
Test the public endpoint with Claude:
Add the live URL to Claude via the following command (in any folder):
claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sseInstall Claude Code. Run command
claudeto enter Claude Code and confirm the mcp server is addedTest with a query like "Can you explain how EigenLayer's restaking mechanism works?"
Build, Run, Testing Locally
In terminal window 1
rm -rf .next node_modules .vercel
pnpm store prune
pnpm install
pnpm build
pnpm dev
node scripts/test-client.mjs https://localhost:3000In terminal window 2 Test with MCP Inspector
npx @modelcontextprotocol/inspector node public/index.jsAdditional notes here.
Related MCP server: MCP Ethers Wallet
Add to Claude Code
claude mcp add(then follow on screen instructions)
Sample Client
script/test-client.mjs contains a sample client to try invocations.
node scripts/test-client.mjs http://localhost:3000Security Bugs
Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues.
Disclaimer
🚧 EigenLayer MCP Server is under active development and has not been audited. EigenLayer MCP Server is rapidly being upgraded, features may be added, removed or otherwise improved or modified and interfaces will have breaking changes. EigenLayer MCP Server should be used only for testing purposes and not in production. EigenLayer MCP Server is provided "as is" and Eigen Labs, Inc. does not guarantee its functionality or provide support for its use in production. 🚧
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.11 npm3MIT
- AlicenseDqualityDmaintenanceA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.5410 npm14MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.38293 PyPI155MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI agents to Dune Analytics data, providing access to DEX metrics, EigenLayer statistics, and Solana token balances through structured tools.2MIT