humanic-mcp-server

Humanic-ai/humanic-mcp-server
★ 1 stars Unknown language 📦 Other Updated 9d ago
This repo contains information about Humanic MCP server
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": {
    "humanic-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Humanic-ai/humanic-mcp-server"
      ]
    }
  }
}