Token导航 LogoToken导航TokenDH.com
URL Shortener MCP logo
开发工具stdio官方级别未说明来源级核验

URL Shortener MCP

MCP Server

@smithery/cli

This MCP server will return the shortened URL using cleanuri.

工具数

0

提示词数

0

GitHub Stars

4

资源数

0
开发工具PythonClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Talismanic

提供方

Talismanic

最后核验

2026/5/18 03:27

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @Talismanic/cleanuri-url-shortener-mcp --client claude

详细介绍

](https://mseep.ai/app/talismanic-cleanuri-url-shortener-mcp)

URL缩短器MCP工具

](https://smithery.ai/server/@Talismanic/cleanuri-url-shortener-mcp)

✨ 特性

  • 使用CleanURI API缩短任何给定的URL。
  • 通过FastMCP将功能作为工具公开。
  • 包括正确的错误处理和响应验证。
  • 设计用于通过 stdio 用于与基于代理或工具的系统集成的传输。

🚀 用法

1.要求

  • Python 3.10+
  • httpx
  • fastmcp

2.安装

通过Smithery安装

通过以下方式自动安装Claude Desktop的URL缩短工具 史密瑟里:

npx -y @smithery/cli install @Talismanic/cleanuri-url-shortener-mcp --client claude

手动安装

uv add httpx 'mcp[cli]'

Docker安装:

docker build -t url-shortener .

3.跑步

uv run main.py

对于基于docker的使用,我们不需要在这里做任何事情。

4.添加克劳德桌面

随着紫外线

{
  "mcpServers": {
    "url-shortener": {
      "command": "/Users/{userName}/.local/bin/uv",
      "args": [
        "--directory",
        "{path_to_repo}/cleanuri-url-shortener-mcp",
        "run",
        "main.py"
      ]
    }
  }
}

使用Docker

{
  "mcpServers": {
    "url-shortener": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--init",
        "-e",
        "DOCKER_CONTAINER=true",
        "url-shortener"
      ]
    }
  }
}

目录标签

目录标签

开发工具PythonClaudedeveloper-toolsURL缩短本地部署FastMCP工具CleanURIAPI网络服务

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP