MCP Setup
Disclaimer: The MCP is intended strictly for internal use and not authorized for redistribution.
This guide will walk you through on setting up AIXBT's MCP server.
Desktop Users
Prerequisite (For Desktop Users)
Download and install Claude Desktop if you haven't already. You can find instructions on their official website here.
Configuring MCP Server
Open Claude Desktop
Navigate to Settings > Developer > Edit Config (
claude-desktop-config.json
)
Edit the configuration file with the following structure:
{
"mcpServers": {
"aixbt_mcp": {
"command": "npx",
"args": ["@aixbt/mcp-server"],
"env": {
"API_KEY": "[your-api-key-here]"
}
}
}
}
Replace
[your-api-key-here]
with your actual AIXBT API key which you can find here.Save the changes on your
mcp-config.json
, and restart Claude Desktop.Once you restart, you should be able to see the AIXBT MCP available on the dropdown here:

Verify the MCP server setup by checking for successful connection logs or messages within Claude Desktop. Ask a question to verify that the connection works.
Last updated