Odel
aihot mcp

aihot mcp

Local
@jing7aoTypeScriptUpdated 3mo ago

AI HOT 资讯 MCP Server - 让 Claude Code 直接获取 AI 行业日报和动态

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaihot-mcpv1.1.0

Run

npx -y aihot-mcp

MCP client config

{
  "mcpServers": {
    "aihot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ]
    }
  }
}