drio
Open app

Solana-MCP-Trading-Server

Source

server that shows trending tokens and integrates Grok, xAI image understanding and vision (interpreted as a vision-capable AI), and Claude's computer use capabilities.

Catalog onlyCatalog onlySTDIO

Overview

Solana-MCP-Trading-Server is a server application that displays trending tokens and integrates advanced AI capabilities, including Grok for image understanding and Claude for enhanced computer use.

To use the server, access it via the provided GitHub link, set up the server environment, and run the application to view trending tokens and utilize AI features.

  • Displays real-time trending tokens in the Solana ecosystem. - Integrates Grok for advanced image understanding. - Utilizes Claude's capabilities for enhanced computer interactions.
  1. Monitoring and analyzing trending tokens in the cryptocurrency market.
  2. Utilizing AI for image recognition and analysis in trading strategies.
  3. Enhancing user interaction with AI-driven computer capabilities.

Add to your AI client

Use these steps to connect Solana-MCP-Trading-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": {
    "solana-mcp-trading-server-8bitsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-solana-mcp-trading-server-8bitsats"
      ]
    }
  }
}

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": {
    "solana-mcp-trading-server-8bitsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-solana-mcp-trading-server-8bitsats"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "solana-mcp-trading-server-8bitsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-solana-mcp-trading-server-8bitsats"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "solana-mcp-trading-server-8bitsats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-solana-mcp-trading-server-8bitsats"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "solana-mcp-trading-server-8bitsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-solana-mcp-trading-server-8bitsats"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "solana-mcp-trading-server-8bitsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-solana-mcp-trading-server-8bitsats"
      ]
    }
  }
}

FAQ

What tokens can I track with this server?

You can track any tokens available in the Solana ecosystem that are trending.

Is there a cost to use the Solana-MCP-Trading-Server?

The server is open-source and free to use for everyone.

How do I set up the server?

Detailed setup instructions can be found in the GitHub repository.