@dennisk2025/random-bird-image
v1.0.0
Published
Fetches a random image of a bird to provide users with delightful bird photos for inspiration, entertainment, or relaxation.
Readme
random-bird-image MCP Server
Fetches a random image of a bird to provide users with delightful bird photos for inspiration, entertainment, or relaxation.
Installation
You can install and run this MCP server using npm or npx:
To run instantly:
npx @dennisk2025/random-bird-image
To install locally:
npm install @dennisk2025/random-bird-image
Adding to Claude Desktop
To use this server in Claude Desktop, add the following configuration to your claude_desktop_config.json file:
{
"mcpServers": {
"random-bird-image": {
"command": "npx",
"args": ["@dennisk2025/random-bird-image"]
}
}
}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
After adding and launching the server, Claude will detect the random-bird-image MCP server and list the available tool:
Available Tool
- get-random-bird-image
- Description: Retrieves a random bird image and its direct URL.
- Input: none
Example Usage
Tool Call Example
Tool: get-random-bird-image Parameters:
{}Example Response
{
"image_url": "https://some-image-url.com/bird123.jpg",
"message": "Here is a random bird image for you!"
}Full Tool List
| Tool name | Description | Input Schema | |--------------------------|-----------------------------------------------|-------------------------------| | get-random-bird-image | Retrieves a random bird image and its direct URL. | {} (no parameters required) |
Enjoy delightful random bird photos!
