Sse Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Sse McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



