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 💡
@excoriate/mcp-terraform-aws-provider-docs
An MCP server built with Deno and TypeScript that provides contextual information about Terraform AWS Provider documentation, issues, and releases.
cryptopanic-mcp-server
Provide latest cryptocurrency news to AI agents.
@modelcontextprotocol/server-brave-search
An MCP server integrating the Brave Search API for web and local search, offering features like web search, local search, and flexible filtering.
puremd-mcp
A Model Context Protocol (MCP) server that integrates with pure.md to provide web unblocking, scraping, and searching capabilities for LLM clients, enabling them to reliably access web content in markdown format.
mcp-gopls
An MCP server that integrates with Go's Language Server Protocol (gopls) to provide AI assistants with advanced Go code analysis features like navigation, diagnostics, and completion.
ntfy-mcp
Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! 🚀☕️ This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself.