A Model Context Protocol (MCP) server for AIXBT data API.
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>"
}
}
}
}
This server provides two tools:
Lists top projects ordered by score.
Parameters:
limit
: Maximum number of projects
-
Copy
.env.example
to.env
and 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