PluginBench
MCP Server
Maintained

io.github.Jing7ao/aihot-mcp MCP Server

io.github.Jing7ao/aihot-mcp

What is the io.github.Jing7ao/aihot-mcp MCP server?

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

How to install io.github.Jing7ao/aihot-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YOUR_API_KEY
    required
    secret

    Your API key for the service

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aihot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aihot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aihot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aihot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add aihot-mcp --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> -- npx -y aihot-mcp

Related MCP servers

Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频

0
TypeScript
View repository →