Back to MCP directory
publicPublicdnsLocal runtime

bitly-mcp-server

一个非官方的Bitly MCP服务,支持短链接创建、更新、查询等操作,帮助Claude集成Bitly进行自然语言短链接管理。

article

README

🚀 Bitly MCP 服务器

Bitly MCP 服务器可助力集成 Claude 和 Bitly,实现自然语言短 URL 管理,为用户提供便捷的 URL 处理体验。

✨ 主要特性

  • 创建 Bitlink
  • 更新 Bitlink
  • 按 Bitlink 检索
  • 获取长链接的 Bitlink
  • 删除 Bitlink
  • 按月份获取点击量

📦 安装指南

在 Claude Desktop 中使用该服务器,可按以下步骤操作:

  1. 打开 claude_desktop_config.json 文件,添加以下配置:
"bitly": {
    "command": "docker",
    "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "BITLY_API_KEY=YOUR_BITLY_API_KEY",
        "anuraj/bitlymcpserver"
    ],
    "env": {
        "BITLY_API_KEY": "YOUR_BITLY_API_KEY"
    }
}
  1. 重启 Claude 桌面,在 MCP 工具中,您将获得 Bitly 工具。
  2. 现在您可以编写类似以下内容:缩短这个链接 https://github.com/anuraj/bitly-mcp-server

📄 许可证

免责声明

这是一个为学习目的提供的非官方 Bitly MCP 包,与 Bitly 无任何关联、认可或维护。
没有任何保证或担保,仅供参考使用。
风险自负。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client