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.

コメント

「その他」の他のコンテンツ