Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Customjs

Customjs

CustomJS is a code-first automation platform that enables seamless integration of custom JavaScript logic into various systems and technologies, allowing users to extend applications by writing functions for tasks like sending emails, generating PDFs, or updating CRM data fields.

25VIEWS
2062USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app customjsnpx @composio/cli add cursor --app customjsnpx @composio/cli add cursor --app customjsnpx @composio/cli add cursor --app customjs

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Authenticate Customjs Api Key

Tool to authenticate a CustomJS API key. Use when verifying a user's API key before making further requests.

Convert Html To Pdf

Tool to convert HTML to a PDF document. Use when you need to generate a PDF from raw HTML. Returns raw PDF bytes suitable for download or storage.

Convert Html To Png

Tool to convert HTML string to PNG image. Use when you need a PNG from HTML after preparing your markup.

Capture Webpage Screenshot

Tool to capture a screenshot of a webpage. Use when you need a visual snapshot of a URL.

Merge Multiple Pdfs Into One

Tool to merge multiple PDF files into a single PDF. Use when you have multiple PDF URLs and want one combined PDF.

Run Puppeteer Script

Tool to run a Puppeteer script and capture a screenshot. Use when automating headless browser tasks and needing a PNG output. Use after confirming the script logic.

6 actions available