Skip to content

@act-sdk/mcp

Free

by MCP Community

Translate Act SDK actions into MCP tools.

v3.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

@act-sdk/mcp MCP Server

Translate Act SDK actions into MCP tools.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @act-sdk/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@act-sdk/mcp": {
      "command": "npx",
      "args": ["-y", "@act-sdk/mcp"]
    }
  }
}