@dennisk2025/random-cat-fact
v1.0.0
Published
Fetches a random, interesting fact about cats to delight and educate cat lovers.
Readme
random-cat-fact MCP Server
Fetches a random, interesting fact about cats to delight and educate cat lovers.
Installation
Run instantly using npx (no need to install globally):
npx @dennisk2025/random-cat-fact
Or, add to your project:
npm install @dennisk2025/random-cat-fact
Adding to Claude Desktop
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"random-cat-fact": {
"command": "npx",
"args": ["@dennisk2025/random-cat-fact"]
}
}
}On macOS:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows:
Add to %APPDATA%\Claude\claude_desktop_config.json
Usage
This MCP server provides a single tool for fetching random cat facts:
Tool: get_random_cat_fact
- Description: Retrieves a random cat fact including fun, unusual, or informative trivia about cats.
- Parameters: This tool takes no parameters (empty object).
Example Call
Request:
{
"tool": "get_random_cat_fact",
"arguments": {}
}Response:
{
"fact": "Cats sleep for 70% of their lives."
}Available Tools
| Tool Name | Parameters | Description | |----------------------|--------------------|--------------------------------------------------------------------------------| | get_random_cat_fact | (none) | Retrieves a random cat fact including fun, unusual, or informative trivia about cats. |
- To call the tool, provide an empty JSON object for arguments.
Enjoy learning new facts about cats every time you invoke the tool!
