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
By kukapay
Installation
npx -y chainlist-mcpConfiguration
{
"mcpServers": {
"chainlist-mcp": {
"command": "npx",
"args": ["-y", "chainlist-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes