Back to MCP directory
publicPublicdnsLocal runtime

sse-mcp

一个从Chuck Norris API获取随机笑话的命令行工具

article

README

🚀 随机笑话命令行工具

该项目是一个简单的命令行工具,用于从 Chuck Norris API 获取随机笑话,能让你轻松在命令行中获取趣味笑话。

🚀 快速开始

本项目是一个简单的命令行工具,可从 Chuck Norris API 获取随机笑话。以下是使用前的准备步骤。

📦 安装指南

  1. 克隆此仓库。
  2. 安装所需的依赖项,运行命令 npm install
  3. 构建项目,运行命令 npm run build
  4. 运行项目,使用命令 npm start

💻 使用示例

基础用法

要获取一个笑话,请运行以下命令:

node index.js

✨ 主要特性

  • 简单易用:通过命令行即可快速获取随机笑话。
  • 基于API:从 Chuck Norris API 获取笑话,保证笑话的多样性。

🤝 贡献指南

欢迎贡献。请打开问题讨论您想要更改的内容。

📄 许可证

此项目在 MIT 许可证下发行 - 有关详细信息,请参阅 LICENSE 文件。

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