drio
Open app

Hubble Ai Mcp

Source

MCP server for solana data analysis.

Catalog onlyCatalog onlySTDIO

Overview

Hubble Ai Mcp is a server designed for analyzing Solana data, specifically focusing on pumpfun data.

To use Hubble Ai Mcp, you need to add it to your MCP config file and can then ask questions about pumpfun data, such as querying the latest transactions.

  • Provides a server for querying Solana pumpfun data. - Allows users to ask specific questions about the data. - Easy integration with existing MCP configurations.
  1. Analyzing the latest transactions in pumpfun data.
  2. Gaining insights into Solana data trends.
  3. Facilitating data-driven decision-making for developers and analysts.

Add to your AI client

Use these steps to connect Hubble Ai Mcp 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": {
    "hubble-ai-mcp-adahubble": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubble-ai-mcp-adahubble"
      ]
    }
  }
}

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": {
    "hubble-ai-mcp-adahubble": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubble-ai-mcp-adahubble"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "hubble-ai-mcp-adahubble": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubble-ai-mcp-adahubble"
      ]
    }
  }
}

VS Code (Copilot)

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

.vscode/mcp.json

{
  "servers": {
    "hubble-ai-mcp-adahubble": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubble-ai-mcp-adahubble"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "hubble-ai-mcp-adahubble": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubble-ai-mcp-adahubble"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "hubble-ai-mcp-adahubble": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-hubble-ai-mcp-adahubble"
      ]
    }
  }
}

FAQ

What kind of data can I analyze with Hubble Ai Mcp?

You can analyze pumpfun data related to Solana transactions.

How do I integrate Hubble Ai Mcp into my project?

You can integrate it by adding the provided MCP server configuration to your MCP config file.

Is there any cost associated with using Hubble Ai Mcp?

Hubble Ai Mcp is open-source and free to use under the MIT license.

Hubble Ai Mcp — MCP Registry