Odel
negirau

negirau

Local
@sincekmoriTypeScriptAGPL-3.0Updated 1w ago

Read-only, anonymous access to the Negirau public API: subjects and their reaction counts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnegirau-mcpv0.3.2

Run

npx -y negirau-mcp

MCP client config

{
  "mcpServers": {
    "negirau": {
      "command": "npx",
      "args": [
        "-y",
        "negirau-mcp"
      ]
    }
  }
}