DexScreener MCP Server
Overview
DexScreener MCP Server is an implementation for accessing the DexScreener API, providing real-time access to decentralized exchange (DEX) pair data, token information, and market statistics across multiple blockchains.
To use the DexScreener MCP Server, you can install it using a one-line command or manually set it up by running the provided npm commands. After installation, you can call various tools to access token profiles, boosted tokens, and more.
- Rate-limited API access that respects DexScreener's limits - Comprehensive error handling for various scenarios - Type-safe interfaces for better development experience - Support for all DexScreener API endpoints - Integration tests to ensure reliability
- Accessing real-time token profiles for trading decisions
- Monitoring boosted tokens for investment opportunities
- Analyzing DEX pair data for market trends
Add to your AI client
Use these steps to connect DexScreener MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"dexscreener-mcp-server-opensvm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dexscreener-mcp-server-opensvm"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"dexscreener-mcp-server-opensvm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dexscreener-mcp-server-opensvm"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"dexscreener-mcp-server-opensvm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dexscreener-mcp-server-opensvm"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"dexscreener-mcp-server-opensvm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dexscreener-mcp-server-opensvm"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dexscreener-mcp-server-opensvm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dexscreener-mcp-server-opensvm"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"dexscreener-mcp-server-opensvm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dexscreener-mcp-server-opensvm"
]
}
}
}FAQ
What is the rate limit for API requests?
The server implements rate limits: 60 requests per minute for Token Profile/Boost endpoints and 300 requests per minute for DEX/Pairs endpoints.
How do I handle errors?
The server provides standardized error responses for various scenarios, including rate limit exceeded and invalid parameters.
Is there documentation available?
Yes, detailed API documentation is available in the project repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1113,"uuid":"f55d0d3f-0ab5-47df-9658-c8ce65a7cc3b","name":"dexscreener-mcp-server","title":"DexScreener MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/193787365?v=4","created_at":"$D2025-01-28T02:32:37.775Z","updated_at":"$D2025-02-23T07:18:50.586Z","status":"created","author_name":"openSVM","author_avatar_url":"https://avatars.githubusercontent.com/u/193787365?v=4","tags":"dexscreener,api,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/openSVM/dexscreener-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]