Sign In

@aurentiaai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurentiaai/mcp-server

Aurentia — MCP Server for entrepreneurs (Claude Code, Claude Desktop, Cursor)

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

@aurentiaai/mcp-server

MCP (Model Context Protocol) server for Aurentia — the French AI platform for entrepreneurs, agencies, freelancers and teams (business modules, CRM, pipeline, tasks, deliverables, social media, AI agents…). This server exposes your Aurentia workspace as MCP tools for Claude, Cursor, and any MCP-compatible client, so your AI assistant can read your data and act on your behalf.

The fastest way to connect is the hosted remote server — OAuth 2.1 + PKCE, no API key to copy:

https://app.aurentia.fr/api/mcp/aurentia

Paste that URL in any MCP client that supports remote servers (Claude, Cursor…). Your client will open an Aurentia authorization page, you approve, done. Tokens are short-lived and refreshed automatically.

Claude Code:

claude mcp add --transport http aurentia https://app.aurentia.fr/api/mcp/aurentia

This package: local stdio server (manual API key)

Use the stdio variant if your client only supports local servers, or if you prefer a static token:

npx @aurentiaai/mcp-server
  • Generate a personal API key in Mon Compte → Intégrations (it starts with aur_).
  • Configure your client, e.g. Claude Desktop:
{
  "mcpServers": {
    "aurentia": {
      "command": "npx",
      "args": ["-y", "@aurentiaai/mcp-server"],
      "env": {
        "AURENTIA_API_KEY": "aur_xxx"
      }
    }
  }
}

Environment variables:

VariableRequiredDefaultPurpose
AURENTIA_API_KEYyesPersonal API key (aur_*)
AURENTIA_URLnohttps://entrepreneurs.aurentia.frAPI base URL override

Requirements

  • Node.js ≥ 18
  • An Aurentia account with a Pro or Scale plan (the MCP surface is a paid-tier feature)

Keywords

mcp

FAQs

Package last updated on 18 Aug 2026

Related posts