MCP.so
Sign In

Sarcasm MCP Server

@HarshitRV

About 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.

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

HarshitRV

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers