skills/smithery.ai/server-actions

server-actions

Installation
SKILL.md

Next.js Server Actions

Overview

Server Actions are asynchronous functions that execute on the server. They can be called from Client and Server Components for data mutations, form submissions, and other server-side operations.

Defining Server Actions

In Server Components

Use the 'use server' directive inside an async function:

Installs
2
First Seen
Mar 24, 2026
server-actions from smithery.ai