
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nana800-mcp-server
Advanced tools
MCP Server for nana800.io Public API - enables AI IDEs to interact with your no-code projects
MCP (Model Context Protocol) server for nana800.io Public API. This server enables AI-powered IDEs like Cursor, Claude Desktop, and VS Code to interact with your no-code automation projects.
npm install -g nana800-mcp-server
# or
npx nana800-mcp-server
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"nana800": {
"command": "npx",
"args": ["nana800-mcp-server"],
"env": {
"MCP_API_KEY": "your_api_key_here",
"MCP_PROJECT_ID": "your_default_project_id",
"MCP_SCHEME_ID": "your_default_scheme_id"
}
}
}
}
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"nana800": {
"command": "npx",
"args": ["nana800-mcp-server"],
"env": {
"MCP_API_KEY": "your_api_key_here",
"MCP_PROJECT_ID": "your_default_project_id",
"MCP_SCHEME_ID": "your_default_scheme_id"
}
}
}
}
Add to your extension settings:
{
"mcpServers": {
"nana800": {
"command": "npx",
"args": ["nana800-mcp-server"],
"env": {
"MCP_API_KEY": "your_api_key_here",
"MCP_PROJECT_ID": "your_default_project_id",
"MCP_SCHEME_ID": "your_default_scheme_id"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
MCP_API_KEY | Yes | Your nana800.io API key |
MCP_PROJECT_ID | No | Default project ID (can be overridden per tool call) |
MCP_SCHEME_ID | No | Default scheme ID (can be overridden per tool call) |
| Tool | Description |
|---|---|
project_create | Create a new project |
project_get | Get project details by ID |
project_list_by_payment_account | List projects by payment account |
project_update | Update project properties |
project_delete | Delete a project |
| Tool | Description |
|---|---|
scheme_create | Create a new scheme (workflow) |
scheme_get | Get scheme details |
scheme_list_by_project | List all schemes in a project |
scheme_update | Update scheme properties |
scheme_delete | Delete a scheme |
scheme_export | Export scheme as JSON |
scheme_import | Import nodes into a scheme |
scheme_get_context_type | Get scheme context type |
scheme_get_swagger_json | Get OpenAPI spec for scheme |
| Tool | Description |
|---|---|
node_create_trigger | Create a trigger node |
node_create_action | Create an action node |
node_get | Get node details |
node_list_by_scheme | List all nodes in a scheme |
node_update | Update node properties |
node_update_config | Update node configuration |
node_delete | Delete a node |
node_connect | Connect two nodes |
node_disconnect | Disconnect two nodes |
node_copy | Copy a node |
node_get_scheme_edges | Get all connections in a scheme |
node_find_existing_buttons | Find node output buttons |
| Tool | Description |
|---|---|
node_process_get | Get node process details |
node_process_list_filtered | List node processes with filters |
node_process_delete | Delete a node process record |
| Tool | Description |
|---|---|
scheme_process_get | Get scheme process details |
scheme_process_list_filtered | List scheme processes with filters |
scheme_process_delete | Delete a scheme process record |
| Tool | Description |
|---|---|
payment_account_get_by_user | Get payment account by user ID |
payment_account_get_by_project | Get payment account by project ID |
payment_account_update | Update payment account info |
payment_account_remove | Remove payment account |
payment_account_get_transactions | Get transaction history |
Once configured, you can ask your AI assistant things like:
Full API documentation available at: https://api.nana800.io/docs
MIT
FAQs
MCP Server for nana800.io Public API - enables AI IDEs to interact with your no-code projects
We found that nana800-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.