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.
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
安装
把 Aoexl Sign 添加到你的客户端。选择你正在使用的那个。
{
"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.
评分
39 / 100
不完整
- 文档19/25
- 维护13/25
- 可信度6/20
- 能力0/15
- 安装体验15/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.3最新 | 2026年4月21日 |