- Step 1: Obtain an API key from Nodit's Console.
- Step 2: Install Node.js 18+ on your system.
- Step 3: Run the server locally using 'npx @noditlabs/nodit-mcp-server@latest' or clone and build from GitHub.
- Step 4: Set your API key as an environment variable with 'export NODIT_API_KEY=your-api-key'.
- Step 5: Start the server with 'node build/index.js'.
- Step 6: Communicate with the server using JSON-RPC over stdio with commands like listing APIs, calling specific endpoints, or integrating with your AI application.