drio
Open app

Solana Trading MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

The Solana Trading MCP Server is a comprehensive server designed for launching Solana tokens, equipped with AI-powered features for token concept generation, image creation, and DNA sequence generation.

To use the server, developers can access the GitHub repository, set up the server, and utilize its features to create and deploy tokens on the Solana blockchain.

  • AI-Powered Token Generation: Generates innovative token concepts, names, and descriptions using xAI/Grok. - Image Generation: Creates high-quality token artwork with FAL.ai's fast-lightning-sdxl model. - DNA Sequence Generation: Provides unique token identifiers through NVIDIA's DNA Generator API. - Solana Token Launcher: Facilitates the creation and deployment of tokens on the Solana blockchain. - Real-time WebSocket Support: Offers immediate feedback during image generation. - Multiple Testing Options: Allows testing on devnet and real token launches on mainnet.
  1. Launching new Solana tokens with unique concepts.
  2. Creating visually appealing token artwork for marketing.
  3. Generating unique identifiers for tokens to ensure uniqueness on the blockchain.

Add to your AI client

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

Can I use this server for any type of token?

Yes! The server is designed to support various types of tokens on the Solana blockchain.

Is there a cost associated with using the server?

The server is open-source and free to use, but deploying tokens on the mainnet may incur transaction fees.

How does the AI-powered token generation work?

The server utilizes advanced AI models to generate creative and unique token concepts.