Sarcasm MCP Server

by HarshitRV

237 downloads
Not rated
GitHub

About

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

Details

Author
HarshitRV
Downloads
237
Categories
Other

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sarcasm MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

get-all-sarcastic-quotes

Get all available sarcastic quotes

get-random-sarcastic-quote

Get a random sarcastic quote

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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.

🚀 Features

- Get All Sarcastic Quotes: Retrieve all available sarcastic quotes
- Get Random Sarcastic Quote: Fetch a random sarcastic quote for your enjoyment
- MCP Integration: Seamlessly integrates with any Model Context Protocol supporting environment

📋 Requirements

- Node.js 18.0 or higher
- npm or yarn package manager

🔧 Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.