[ MCP_NODE_3785 ]

mcp-server-nia

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "mcp-server-nia-en": {
            "descrption": "Nia is a context-augmentation layer for agents, primarily designed for coding agents.",
            "command": "pipx",
            "args": [
                "run",
                "--no-cache",
                "nia-mcp-server"
            ],
            "env": {
                "NIA_API_KEY": "YOUR_API_KEY",
                "NIA_API_URL": "https://apigcp.trynia.ai/"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.