Dexscreener MCP server
@janswist
About Dexscreener MCP server
Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Dexscreener MCP server?
Dexscreener MCP server is a basic MCP server that provides access to the Dexscreener API, allowing AI assistants (such as Claude Desktop) to query decentralized exchange data.
How to use Dexscreener MCP server?
Install dependencies with npm run install, then configure the server in Claude Desktop by adding a dexscreener object to claude_desktop_config.json. The server can also be tested using the MCP Inspector, supporting both STDIO (default) and SSE (via index-sse.js).
Key features of Dexscreener MCP server
—
Use cases of Dexscreener MCP server
—
FAQ from Dexscreener MCP server
What dependencies are required?
Node.js must be installed. Run npm run install in the project folder to install dependencies.
How do I configure it with Claude Desktop?
Edit claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or $env:AppData\Claude\ on Windows) and add a dexscreener object with "command": "node" and "args" pointing to the absolute path of index.js.
Can I test the server without Claude Desktop?
Yes, use the MCP Inspector (https://modelcontextprotocol.io/docs/tools/inspector). The server supports both STDIO mode (default) and SSE mode (use index-sse.js).
What API does it integrate with?
It integrates with the Dexscreener API, based on their official documentation (as of April 4th, 2025): https://docs.dexscreener.com/api/reference.
Does it require any authentication?
The README does not mention any authentication requirements.
Frequently asked questions
What dependencies are required?
Node.js must be installed. Run `npm run install` in the project folder to install dependencies.
How do I configure it with Claude Desktop?
Edit `claude_desktop_config.json` (located at `~/Library/Application Support/Claude/` on macOS or `$env:AppData\Claude\` on Windows) and add a `dexscreener` object with `"command": "node"` and `"args"` pointing to the absolute path of `index.js`.
Can I test the server without Claude Desktop?
Yes, use the MCP Inspector (https://modelcontextprotocol.io/docs/tools/inspector). The server supports both STDIO mode (default) and SSE mode (use `index-sse.js`).
What API does it integrate with?
It integrates with the Dexscreener API, based on their official documentation (as of April 4th, 2025): https://docs.dexscreener.com/api/reference.
Does it require any authentication?
The README does not mention any authentication requirements.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments