nim-mcp

huikku/nim-mcp
★ 0 stars Python Other Updated today
Standardized MCP server for NIM Labs — the 5th tracker in the tracker-MCP family. Same normalized contract as shotgrid/ftrack/kitsu/ayon.
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": {
    "nim-mcp": {
      "command": "uvx",
      "args": [
        "nim-mcp"
      ]
    }
  }
}

Or install with pip: pip install nim-mcp