AIXBT MCP Server
A Model Context Protocol (MCP) server for AIXBT data API.
Claude Desktop Integration
Add to your Claude Desktop config using the included claude-desktop-config.json file.
{
"mcpServers": {
"aixbt_mcp": {
"command": "npx",
"args": ["@aixbt/mcp-server"],
"env": {
"API_KEY": "<api-key>"
}
}
}
}
Tools
This server provides two tools:
list-top-projects
Lists top projects ordered by score.
Parameters:
limit: Maximum number of projects
Setup
-
Copy
.env.exampleto.envand add your AIXBT API key:cp .env.example .env -
Install dependencies:
npm install -
Build the TypeScript code:
npm run build -
Test with MCP inspector:
npm run inspect
Recommend MCP Servers 💡
devonmojito/ton-blockchain-mcp
An MCP server for natural language interaction with the TON blockchain
viso-mcp
An MCP server integrating VISO TRUST API capabilities with AI assistants, providing tools for assessments, audit logs, business cases, data types, intelligent query response (IQR), relationships, and webhooks.
gemini-vision-art-studio
An MCP server utilizing Google's Gemini AI to provide advanced image generation (3D cartoons) and transformation capabilities.
mcpjungle/MCPJungle
A self-hosted Model Context Protocol (MCP) Registry and Gateway that allows AI agents to discover and consume tools from various registered MCP servers, providing centralized management, security, and access control for private AI agents within an organization.
shinichi-takayanagi/myweight-mcp-server
Connects to Health Planet API to provide weight data for MCP clients via SSE.
@hiromitsusasaki/raindrop-io-mcp-server
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).