Back to Catalog

mcp-dexscreener

janswist/mcp-dexscreener
πŸ”— Latest commit:e19f032
πŸ•’ Updated:Sep 9, 2025, 01:06 PM
JavaScript
Aggregators

Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API

MCP Trust Score
Based on our comprehensive evaluation criteria
πŸ€– Evaluated by gemini-2.5-flashFix
Trust Score44/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:9
πŸ‘₯ Contributors:1
πŸ“‹ Total Issues:0
πŸ“¦ Has Releases:No
πŸ”§ Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
πŸ€– Evaluated by gemini-2.5-flashFix
{
  "dexscreener-configured": {
    "command": "node",
    "args": [
      "/ABSOLUTE/PATH/TO/PARENT/FOLDER/index.js"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
πŸ€– Evaluated by gemini-2.5-flashFix
Tools:βœ“
Prompts:βœ—
Resources:βœ—
Sampling:βœ—
Roots:βœ—
Logging:βœ—
STDIO Transport:βœ“
HTTP Transport:βœ“
OAuth2 Auth:βœ—
Dependencies
5 dependencies
Libraries and frameworks used by this MCP server
πŸ€– Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/janswist/mcp-dexscreener)](https://archestra.ai/mcp-catalog/janswist__mcp-dexscreener)
README.md

Dexscreener MCP server

Basic MCP server for Dexscreener API based on their documentation (as of April 4th 2025): https://docs.dexscreener.com/api/reference

Project setup

Install all the dependencies

npm run install

If you are using Claude Desktop, after pulling the code open the config file claude_desktop_config.json in VSCode:

In claude_desktop_config.json put dexscreener object:

{
  "mcpServers": {
    "dexscreener": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/index.js"
      ]
    }
  }
}

Running the app

You can use Inspector to test the MCP server without using Claude Desktop - both for SDTIO version (default) and SSE version index-sse.js (server-sent events - can be hosted on remote server).