eips-mcp
An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.
Documentation
EIPs MCP
An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.
Features
- Semantic Search: Utilizes vector embeddings for accurate, context-aware search across EIP documents.
- Markdown Support: Processes EIP markdown files with chunking for efficient storage and retrieval.
Installation
Prerequisites
- Python 3.10+
- uv (recommended) or pip for dependency management
Setup
1. Clone the Repository:
git clone --recursive-submodules https://github.com/kukapay/eips-mcp.git
cd eips-mcp2. Install the Dependencies (recommended):
uv sync3. Load EIP Documents:
Use the provided `load_eips.py` script to automatically fetch and process EIPs:
uv run load_eips.py4. Installing to Claude Desktop:
Install the server as a Claude Desktop application:
uv run mcp install main.py --name "EIPs"Configuration file as a reference:
{
"mcpServers": {
"EIPs": {
"command": "uv",
"args": [ "--directory", "/path/to/eips-mcp", "run", "main.py" ]
}
}
}Replace `/path/to/eips-mcp` with your actual installation path.
Usage
The server exposes a single MCP tool, `search`, which accepts a query string and returns relevant EIP content. Example usage in an MCP-compatible client:
You can use natural language prompts such as:
- "Search for EIPs related to CREATE2"
- "Find EIPs about contract deployment opcodes"
- "EIPs discussing CREATE2 implementation details"
The tool processes these queries and returns up to 5 relevant EIP document chunks, formatted with separators for clarity.
When searching for "CREATE2" using the `search` tool, the output might look like:
--------------------eip-1014.md--------------------
# EIP-1014: Skinny CREATE2
**Abstract**: This EIP adds a new opcode at 0xf5, CREATE2, which allows for deterministic address generation...
...
--------------------eip-1014.md--------------------
**Motivation**: The CREATE2 opcode enables predictable contract addresses, which is useful for...
...License
This project is licensed under the MIT License. See the LICENSE file for details.
Frequently asked questions
What is eips-mcp?
eips-mcp is An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.
How do I install eips-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is eips-mcp open source?
Yes — it is hosted on GitHub at https://github.com/kukapay/eips-mcp and has 2 stars.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP