hf_mcp

CortaLabs/hf_mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Open-source MCP server for the Hack Forums API v2. Lets terminal-based AI tools and local automations securely read and write HF data on behalf of the authorized member.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hf_mcp": {
      "command": "uvx",
      "args": [
        "hf-mcp"
      ]
    }
  }
}

Or install with pip: pip install hf-mcp