Back to MCP Servers

Chainlist

An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.

finance-fintechaiagent

Installation

npx -y chainlist-mcp

Configuration

{
  "mcpServers": {
    "chainlist-mcp": {
      "command": "npx",
      "args": ["-y", "chainlist-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub