EigenLayer MCP Server built on Next.js
About
This server provides EigenLayer documentation to Claude or other AI assistants via the Model Context Protocol (MCP). It can run as a standalone Node.js server locally or as a serverless function deployed on Vercel, and is built using the Next.js MCP template.
Details
- Author
- MCP-Mirror
- Downloads
- 265
- Categories
- Other
Jump to
- Exposes EigenLayer documentation to AI assistants via MCP
- Runs locally as a standalone server or serverless on Vercel
- Uses SSE transport for real-time communication
- Built on the official Vercel Next.js MCP template
- Includes a sample client and inspector support for testing
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
EigenLayer MCP Server built on Next.jsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the live endpoint to Claude with claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sse. After installing Claude Code, confirm the server is added and test with a query such as “Can you explain how EigenLayer's restaking mechanism works?” For local development, run pnpm install, pnpm build, and pnpm dev, then test with the MCP Inspector (npx @modelcontextprotocol/inspector node public/index.js) or the sample client script (node scripts/test-client.mjs http://localhost:3000).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"eigenlayer mcp server built on next.js": {
"Layr-Labs_eigenlayer-mcp-server": {
"command": "node",
"args": [
"scripts/test-client.mjs",
"http://localhost:3000"
]
}
}
}
}
McpServers
{
"Layr-Labs_eigenlayer-mcp-server": {
"command": "node",
"args": [
"scripts/test-client.mjs",
"http://localhost:3000"
]
}
}
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



