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 💡
Microsoft.PowerPlatform.Dataverse.MCP
Microsoft Dataverse MCP Server enables seamless integration between LLM applications and Dataverse, providing intelligent access to tables, records, and knowledge sources, standardizing AI model interaction with Dataverse data.
MorDavid/BloodHound-MCP-AI
Integrates BloodHound with AI via Model Context Protocol to analyze Active Directory attack paths using natural language queries.
@mettamatt/code-reasoning
A Model Context Protocol (MCP) server that enhances Claude's ability to solve complex programming tasks through structured, step-by-step thinking.
memory-plus
A lightweight, local RAG memory store for MCP agents that enables recording, retrieving, updating, deleting, and visualizing persistent memories across sessions.
@skeetbuild/skeet-local
A Model Context Protocol server that connects to Skeet MCP Servers and automatically configures MCP tools, providing access to various database queries (PostgreSQL, MySQL, Redis, OpenSearch) and schema information.
cve-search_mcp
A Model Context Protocol (MCP) server for querying the CVE-Search API