productivity
Nifty MCP, CLI, and Lua Integration for AI Agents
Nifty integration docs for AI agents: MCP gateway setup, Nifty CLI commands, Lua API reference, credentials, and function schemas.
6 functions 5 read 1 write Bearer token auth
Nifty for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
nifty- route_slug
nifty- package
nifty- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Nifty CLIHeadless setup and direct function calls. Nifty MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Nifty MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Nifty.
Claude Code Nifty MCP setup for Claude Code. Cursor Nifty MCP setup for Cursor. Codex Nifty MCP setup for Codex. OpenAI Agents Nifty MCP setup for OpenAI Agents SDK. Claude Agent SDK Nifty MCP setup for Claude Agent SDK. Vercel AI SDK Nifty MCP setup for Vercel AI SDK. LangChain Nifty MCP setup for LangChain. LangGraph Nifty MCP setup for LangGraph. CrewAI Nifty MCP setup for CrewAI. MCP clients Nifty MCP setup for Generic MCP Clients.
Nifty CLI Matrix
Use these pages for direct Nifty CLI workflows in scripts, CI, cron, and agent wrappers.
CI Nifty CLI for CI. Cron Jobs Nifty CLI for cron jobs. Shell Scripts Nifty CLI for shell scripts. Headless Automation Nifty CLI for headless automation. Coding Agents Nifty CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
nifty.nifty_list_projects | Read read | 2 | List all projects in Nifty. Returns project IDs, names, and metadata that can be used to query tasks. |
nifty.nifty_get_project | Read read | 1 | Get details of a specific Nifty project by its ID, including name, description, status, and task lists. |
nifty.nifty_list_tasks | Read read | 7 | List tasks in Nifty with optional filters. Filter by project, status, assignee, or other criteria. Returns task IDs, titles, statuses, and assignees. |
nifty.nifty_get_task | Read read | 1 | Get details of a specific Nifty task by its ID, including title, description, status, assignee, and due date. |
nifty.nifty_create_task | Write write | 8 | Create a new task in a Nifty project. Requires a title and project ID. Optionally include a description, task list, assignee, and due date. |
nifty.nifty_get_current_user | Read read | 0 | Get the profile of the currently authenticated Nifty user, including name, email, and workspace membership. |