Hubble AI (Solana)
About
Provides a bridge to Solana blockchain data through natural language queries, enabling analytics searches, chart generation, and image downloads for visualizing transaction patterns, price movements, and token distributions.
Details
- Author
- hubblevision
- Repository
- HubbleVision/hubble-ai-mcp
- GitHub stars
- 3
- Downloads
- 1,247
- License
- MIT License
- Categories
- Developer Tools, Design, File Management, AI, Media, Search, Frontend, Infrastructure
- Tags
- #integration
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Hubble AI (Solana)Command (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
hubble-mcp-tool
Environment-
HUBBLE_API_KEY
your_api_key
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add Hubble to your configuration:
{
"mcpServers": {
"hubble-tool": {
"command": "npx",
"args": ["-y", "hubble-mcp-tool"],
"env": {
"HUBBLE_API_KEY": "your_api_key"
}
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hubble ai (solana)": {
"env": {
"HUBBLE_API_KEY": "your_api_key"
},
"args": [
"-y",
"hubble-mcp-tool"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"HUBBLE_API_KEY": "your_api_key"
},
"args": [
"-y",
"hubble-mcp-tool"
],
"command": "npx"
}
Macos
{
"env": {
"HUBBLE_API_KEY": "your_api_key"
},
"args": [
"-y",
"hubble-mcp-tool"
],
"command": "npx"
}
Windows
{
"env": {
"HUBBLE_API_KEY": "your_api_key"
},
"args": [
"/c",
"npx",
"-y",
"hubble-mcp-tool"
],
"command": "cmd"
}
Hubble AI for Solana
Hubble is an AI-powered analytics tool that provides data analysis and visualization for Solana blockchain transactions with natural language queries.
Overview
Hubble enables you to query blockchain data and generate visualizations through a simple interface. It integrates with AI assistants to deliver real-time blockchain insights and create visual representations of that data.
Installation
Add Hubble to your configuration:
{
"mcpServers": {
"hubble-tool": {
"command": "npx",
"args": ["-y", "hubble-mcp-tool"],
"env": {
"HUBBLE_API_KEY": "your_api_key"
}
}
}
}
Features
Data Querying
Access blockchain data with natural language queries:
- View recent transactions
- Check current prices
- Identify top token holders
- Analyze transaction patterns
Data Visualization
Generate charts to visualize blockchain data:
- Transaction volume trends
- Price movements over time
- Distribution analytics
- Custom visualizations based on your queries
Usage Examples
Basic Queries
"Show me the latest blockchain transactions"
"What is the current token price?"
"Who are the top token holders?"
Visualization Queries
"Generate a chart of transaction volume for the last week"
"Create a line chart of price trends for the past month"
"Show a pie chart of top transactions by value"
License
MIT
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





