npm aoexl-mcpstreamable-httpupdated 4mo ago
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.
¿Qué puedes hacer con Aoexl Sign?
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
Instalación
Añade Aoexl Sign a tu cliente. Elige el que uses.
{
"servers": {
"aoexl-mcp": {
"type": "http",
"url": "https://mcp.aoexl.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add aoexl-mcp -- npx -y aoexl-mcpcodex mcp add aoexl-mcp -- npx -y aoexl-mcpamp mcp add aoexl-mcp -- npx -y aoexl-mcp{
"mcpServers": {
"aoexl-mcp": {
"command": "npx",
"args": [
"-y",
"aoexl-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aoexl-mcp": {
"command": "npx",
"args": [
"-y",
"aoexl-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"aoexl-mcp": {
"command": "npx",
"args": [
"-y",
"aoexl-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"aoexl-mcp": {
"command": "npx",
"args": [
"-y",
"aoexl-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"aoexl-mcp": {
"command": "npx",
"args": [
"-y",
"aoexl-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"aoexl-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"aoexl-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"aoexl-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"aoexl-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y aoexl-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación19/25
- Mantenimiento13/25
- Confianza6/20
- Capacidad0/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 133 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.2.3Última | 21 abr 2026 |