kukapay/chainlist-mcp
An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/chainlist-mcpClaude Desktop configuration example:
{
"mcpServers": {
"chainlist-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/chainlist-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.