Skip to content
Cursor

aihot mcp for Cursor

io.github.jing7ao/aihot-mcp

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

client:Cursor transport:stdio runtime:npm

Install aihot mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aihot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aihot mcp in other clients