Dexscreener MCP server

Dexscreener MCP server

MCP-compliant server for accessing the Dexscreener API.

16
Stars
4
Forks
16
Watchers
2
Issues
Dexscreener MCP server provides a basic Model Context Protocol (MCP) interface to the Dexscreener API, allowing integration with tools like Claude Desktop. It supports both STDIO and server-sent events (SSE) modes and facilitates contextual API access based on the latest Dexscreener documentation. Configuration is straightforward for users on both MacOS and Windows, and the server can be tested using Inspector or other MCP-compatible clients.

Key Features

Implements Model Context Protocol (MCP) server interface
Integration with Dexscreener API
Supports STDIO and SSE (server-sent events) modes
Easy configuration for Claude Desktop
Cross-platform compatibility (MacOS and Windows)
Up-to-date with latest Dexscreener API documentation
Testable with Model Context Protocol Inspector
Node.js based architecture
Customizable server command and arguments
Minimal project setup and dependency management

Use Cases

Fetching DEX market data programmatically for DeFi analytics
Integrating real-time Dexscreener data into AI-driven workflows
Connecting Dexscreener API to Claude Desktop
Running contextual queries about pools and tokens
Testing and debugging MCP servers with official Inspector tool
Deploying context-aware crypto data bots
Building dashboards that leverage live DEX analytics
Educational purposes for learning Model Context Protocol integration
Automating cryptocurrency monitoring via server-sent events
Rapid prototyping of DeFi applications using standardized MCP interfaces

README

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:

json
{
  "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).

Star History

Star History Chart

Repository Owner

janswist
janswist

User

Repository Details

Language JavaScript
Default Branch main
Size 27 KB
Contributors 1
MCP Verified Nov 12, 2025

Programming Languages

JavaScript
100%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • mcp-cli

    mcp-cli

    A command-line inspector and client for the Model Context Protocol

    mcp-cli is a command-line interface tool designed to interact with Model Context Protocol (MCP) servers. It allows users to run and connect to MCP servers from various sources, inspect available tools, resources, and prompts, and execute commands non-interactively or interactively. The tool supports OAuth for various server types, making integration and automation seamless for developers working with MCP-compliant servers.

    • 391
    • MCP
    • wong2/mcp-cli
  • Dappier MCP Server

    Dappier MCP Server

    Real-time web search and premium data access for AI agents via Model Context Protocol.

    Dappier MCP Server enables fast, real-time web search and access to premium data sources, including news, financial markets, sports, and weather, for AI agents using the Model Context Protocol (MCP). It integrates seamlessly with tools like Claude Desktop and Cursor, allowing users to enhance their AI workflows with up-to-date, trusted information. Simple installation and configuration are provided for multiple platforms, leveraging API keys for secure access. The solution supports deployment via Smithery and direct installation with 'uv', facilitating rapid setup for developers.

    • 35
    • MCP
    • DappierAI/dappier-mcp
  • Stape MCP Server

    Stape MCP Server

    An MCP server implementation for integrating Stape with AI model context protocols.

    Stape MCP Server provides an implementation of the Model Context Protocol server tailored for the Stape platform. It enables secure and standardized access to model context capabilities, allowing integration with tools such as Claude Desktop and Cursor AI. Users can easily configure and authenticate MCP connections using provided configuration samples, while managing context and credentials securely. The server is open source and maintained by the Stape Team under the Apache 2.0 license.

    • 4
    • MCP
    • stape-io/stape-mcp-server
  • @dealx/mcp-server

    @dealx/mcp-server

    MCP server enabling LLMs to search and interact with the DealX platform.

    Implements the Model Context Protocol, providing a standardized interface for large language models to interact with the DealX platform. Supports searching for ads through structured prompts and is designed for easy integration with tools like Claude and VS Code extensions. Flexible configuration options are available for environment variables, logging, and deployment. Extensible architecture supports future feature additions beyond ad search.

    • 0
    • MCP
    • DealExpress/mcp-server
  • amazon-ads-mcp-server

    amazon-ads-mcp-server

    Stream Amazon Advertising data into MCP-compatible AI clients.

    amazon-ads-mcp-server enables seamless integration of Amazon Advertising data—including campaigns, keywords, reports, and more—into any Model Context Protocol (MCP) compatible client. It provides both local and HTTP-based MCP server implementations for usage across desktops and platforms such as Claude Desktop and LibreChat. With support for plain English querying of reports and enhanced features like recommendations and experiments (with subscription), the tool facilitates streamlined access and interaction with Amazon Ads data for model-based workflows.

    • 18
    • MCP
    • MarketplaceAdPros/amazon-ads-mcp-server
  • Dune Analytics MCP Server

    Dune Analytics MCP Server

    Bridge Dune Analytics data seamlessly to AI agents via a Model Context Protocol server.

    Dune Analytics MCP Server provides a Model Context Protocol-compliant server that allows AI agents to access and interact with Dune Analytics data. It exposes tools to fetch the latest results of Dune queries and execute arbitrary queries, returning results in CSV format. The server is easily deployable, supports integration with platforms like Claude Desktop, and requires a Dune Analytics API key for operation.

    • 31
    • MCP
    • kukapay/dune-analytics-mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results