An MCP server that enables Claude and other LLMs to directly utilize HitPaw's AI photo and video enhancement services.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hitpaw-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/HitPaw-Official/hitpaw-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add hitpaw-mcp-server go run github.com/HitPaw-Official/hitpaw-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"hitpaw-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/HitPaw-Official/hitpaw-mcp-server@latest"
]
}
}
}