MCP.so
登录

Sarcasm MCP Server

@HarshitRV

关于 Sarcasm MCP Server

A Model Context Protocol (MCP) server that provides sarcastic quotes. This MCP server integrates with AI agents to deliver witty and sarcastic responses.

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

HarshitRV

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sarcasm": {
      "command": "npx",
      "args": [
        "mcp-sarcasm"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sarcasm MCP Server?

A Model Context Protocol (MCP) server that provides sarcastic quotes, integrating with AI agents to deliver witty and sarcastic responses.

How to use Sarcasm MCP Server?

Install Node.js 18.0+, clone, run npm install and npm run build, then configure in .vscode/mcp.json via stdio. Use the provided tools get-all-sarcastic-quotes and get-random-sarcastic-quote with MCP‑compatible environments like GitHub Copilot.

Key features of Sarcasm MCP Server

  • Get all available sarcastic quotes.
  • Get a random sarcastic quote.
  • Seamlessly integrates with any MCP‑supporting environment.

Use cases of Sarcasm MCP Server

  • Add witty sarcasm to AI assistant responses.
  • Retrieve random quotes for humor in chat applications.
  • Integrate sarcastic replies into developer tools like GitHub Copilot.

FAQ from Sarcasm MCP Server

What are the runtime requirements for Sarcasm MCP Server?

Node.js 18.0 or higher and npm or yarn package manager are required.

What API endpoints does Sarcasm MCP Server use?

It uses GET /sarcasm/all for all quotes and GET /sarcasm/random for a random quote, returning JSON objects with id, sarcasm, createdAt, and updatedAt fields.

How can I use Sarcasm MCP Server with GitHub Copilot?

Configure the server in mcp.json, then use commands like #get-random-sarcastic-quote to fetch quotes through the Copilot interface.

Does Sarcasm MCP Server require authentication?

No authentication is documented in the README.

What transport mechanism does Sarcasm MCP Server use?

The server uses stdio transport, as shown in the mcp.json configuration examples.

评论

其他 分类下的更多 MCP 服务器