# Aoexl Sign

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/aryansingh0203/aoexl-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/aoexl-sign

## Description
Create signing requests, check status, send reminders, and manage Aoexl templates.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "aoexl-sign": {
    "command": "npx",
    "args": ["-y","aoexl-sign"]
  }
}
```

## Documentation & README

# 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

```bash
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

```json
{
  "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 Aoexl
- `AOEXL_MCP_URL` — optional override, defaults to `https://mcp.aoexl.com/mcp`

## Publishing Metadata

- npm package: `aoexl-mcp`
- MCP registry name: `io.github.AryanSingh/aoexl-sign`
- Smithery server: `aryan/aoexl-sign`

