@dennisk2025/random-animal-sounds
v1.0.0
Published
Provides random facts and corresponding sound clips of various animals to help users learn about animal sounds.
Maintainers
Readme
random-animal-sounds MCP Server
Provides random facts and corresponding sound clips of various animals to help users learn about animal sounds.
Installation
You can install and run this MCP server via npm or npx:
npx @dennisk2025/random-animal-soundsOr add it to your project:
npm install @dennisk2025/random-animal-soundsAdding to Claude Desktop
To integrate the Random Animal Sounds MCP server with Claude Desktop, add the following configuration to your Claude Desktop config file:
{
"mcpServers": {
"random-animal-sounds": {
"command": "npx",
"args": ["@dennisk2025/random-animal-sounds"]
}
}
}Add this to your Claude Desktop config file at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Usage
Once added and started by Claude Desktop, you'll have access to the following tool:
Tool: get_random_animal_sound
Description: Returns a random animal's name, a fun fact, and a link to a sound clip of that animal.
Parameters:
- No input parameters required.
Example tool call
{
"tool": "get_random_animal_sound",
"parameters": {}
}Example Output
{
"animal": "Bear",
"fact": "Bears are excellent swimmers and can run up to 40 mph.",
"sound_clip_url": "https://cdn.pixabay.com/audio/2022/05/25/audio_104e661cfe.mp3"
}Available Tools
- get_random_animal_sound
- Description: Returns a random animal's name, a fun fact, and a link to a sound clip of that animal.
- Parameters: none
License
MIT © Dennis K.
