Back to MCP Servers
Dexscreener
Real-time on-chain market prices using open and free Dexscreener API
finance-fintechapiai
By janswist
Installation
npx -y mcp-dexscreenerConfiguration
{
"mcpServers": {
"mcp-dexscreener": {
"command": "npx",
"args": ["-y", "mcp-dexscreener"]
}
}
}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