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.
What can you do with 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
Install
Add Aoexl Sign to your client. Pick the one you use.
{
"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.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience15/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
Version history
| Versions | Published |
|---|---|
| 0.2.3Latest | Apr 21, 2026 |