NAP MCP Server
by alphagroup-ai
This is a Model Context Protocol (MCP) server implementation for the NAP API. It provides a standardized way to interact with NAP API endpoints through MCP tools and resources - through prompts.
Last updated: N/A
NAP MCP Server
This is a Model Context Protocol (MCP) server implementation for the NAP API. It provides a standardized way to interact with NAP API endpoints through MCP tools and resources - through prompts
Features
- Create Project, Add Applications, Add Clients & Create Workflows through MCP.
- Export Workflows from a project & Add to different Project (Import/Export Workflows).
- Create Workflows for a project using Prompts.
Installation
- Clone the repository
- Install dependencies:
pnpm install
- Copy
.env.example
to.env
and update the configuration:
cp .env.example .env
- Update the environment variables in
.env
with your NAP API configuration.
Development
-
Navigate to File > Preferences > Cursor Settings
Settings
-
Navigate to MCP and create a new Server
-
In the config, Paste the following:
"nap-mcp-server": {
"command": "node",
"args": ["./nap-mcp-server/index.js"]
}

How to add new Server
Note: The server contains path to the index.js file, so if any changes are made by dev, make sure to run npx tsc
to compile the javascript code
Common Usage
Below Video Demonstrates how to develop using MCP:
-
Import/Export Project: --> Utilize the prompts mentioned in
prompt-replicate-workflows.txt
and edit the prompt based on the your requirements. -
Make sure Agent mode is enabled (if not available, update cursor)
Import/Export workflows using MCP