Skip to content
Claude Desktop

taufunctions for Claude Desktop

io.github.jyswee/taufunctions

Serverless functions for coding agents. Deploy, invoke, monitor. 13 tools, stdio or remote SSE.

client:Claude Desktop transport:sse runtime:npm

Install taufunctions in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "taufunctions": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.taufunctions.com/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

taufunctions in other clients