the-hog-mcp

The-Hog/the-hog-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
Open-source MCP server for The Hog API
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "the-hog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "The-Hog/the-hog-mcp"
      ]
    }
  }
}

README Excerpt

Run The Hog API from MCP clients such as Claude, Claude Code, Cursor, Codex, VS Code, and Windsurf. Use the API key and API secret from the Credentials page: ```bash THEHOG_ACCESS_KEY=YOUR_THEHOG_ACCESS_KEY THEHOG_SECRET_KEY=YOUR_THEHOG_SECRET_KEY npx -y @thehog/mcp@latest ``` In the dashboard UI, the public API key is the MCP `THEHOG_ACCESS_KEY`. The API