Sse Mcp

by iaamar

139 downloads
Not rated
GitHub

About

Sse Mcp is a simple command-line tool that fetches a random joke from the Chuck Norris API. It is intended for users who want to quickly get a Chuck Norris joke in their terminal.

Details

Author
iaamar
Downloads
139
Categories
Other

- Fetches random jokes from the Chuck Norris API
- Simple command-line interface
- Built with Node.js and npm
- Minimal setup and execution

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 Sse Mcp
    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

Clone the repository, install dependencies with npm install, build with npm run build, then run the project with npm start or node index.js to get a joke.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "sse mcp": {
            "sse-mcp-iaamar": {
                "command": "node",
                "args": [
                    "index.js"
                ]
            }
        }
    }
}

McpServers

{
    "sse-mcp-iaamar": {
        "command": "node",
        "args": [
            "index.js"
        ]
    }
}

About

This project is a simple command-line tool that fetches a random joke from the Chuck Norris API.

Setup

1. Clone this repository.
2. Install the necessary dependencies by running npm install.
3. Build the project by running npm run build.
4. Run the project with npm start.

Usage

To get a joke, run the following command:

node index.js

Contributing

Contributions are welcome. Please open an issue to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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.