loading…
Search for a command to run...
loading…
Enables users to create, manage, and track electronic signing requests and templates through Claude Desktop and other MCP-compatible clients. Provides multi-ten
Enables users to create, manage, and track electronic signing requests and templates through Claude Desktop and other MCP-compatible clients. Provides multi-tenant authentication with customer API keys for secure document workflow operations.
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.
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.
{
"mcpServers": {
"aoexl-sign": {
"command": "npx",
"args": ["-y", "aoexl-mcp"],
"env": {
"AOEXL_API_KEY": "YOUR_API_KEY"
}
}
}
}
AOEXL_API_KEY — required API key created in AoexlAOEXL_MCP_URL — optional override, defaults to https://mcp.aoexl.com/mcpaoexl-mcpio.github.AryanSingh/aoexl-signaryan/aoexl-signДобавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"aoexl-sign": {
"command": "npx",
"args": []
}
}
}