NitroStack Logo
/python
/studio
/overview

Studio Overview (Python)

NitroStudio folder-connect will not detect a Python project. It looks for package.json with @nitrostack/core and src/index.ts.

Use one of:

  1. MCP Inspector over Streamable HTTP: MCP_TRANSPORT_TYPE=http MCP_STATELESS=true nitrostack-py dev, then connect to http://localhost:3000/mcp (no trailing slash).
  2. Custom URL in Studio, if your Studio build supports pointing at Streamable HTTP.
  3. Claude Desktop via nitrostack-py register.

Turn Authentication off in Inspector for starter/pizzaz. Widget live preview: http://localhost:3000/widgets/preview.

See Widgets and Verify Transport.