Create signing requests, check status, send reminders, and manage Aoexl templates.
Create signing requests, check status, send reminders, and manage Aoexl templates.
Aoexl Sign · v0.2.3
by AryanSingh
26
Aoexl MCP Connector
Small public wrapper package for connecting Claude Desktop, Cursor, and other MCP clients to the hosted Aoexl MCP endpoint at https://mcp.aoexl.com/mcp.
Install
AOEXL_API_KEY=your_key_here npx -y aoexl-mcp
The package starts a local stdio proxy via mcp-remote and forwards requests to the hosted Aoexl MCP server.
Claude Desktop
{
"mcpServers": {
"aoexl-sign": {
"command": "npx",
"args": ["-y", "aoexl-mcp"],
"env": {
"AOEXL_API_KEY": "YOUR_API_KEY"
}
}
}
}
Environment
AOEXL_API_KEY— required API key created in AoexlAOEXL_MCP_URL— optional override, defaults tohttps://mcp.aoexl.com/mcp
Publishing Metadata
- npm package:
aoexl-mcp - MCP registry name:
io.github.AryanSingh/aoexl-sign - Smithery server:
aryan/aoexl-sign