Back to MCP Servers
Chainlink Feeds
Providing real-time access to Chainlink's decentralized on-chain price feeds.
finance-fintechai
By kukapay
Installation
npx -y chainlink-feeds-mcpConfiguration
{
"mcpServers": {
"chainlink-feeds-mcp": {
"command": "npx",
"args": ["-y", "chainlink-feeds-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