Metadata-Version: 2.4
Name: pixabay-mcp
Version: 1.0.0
Summary: Pixabay MCP server, a simple tool to search images from Pixabay
Author-email: liuzhuo <liuzhuogood@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastmcp
Requires-Dist: requests
Requires-Dist: pydantic
Requires-Dist: python-dotenv

# Pixabay Image Search MCP

A FastMCP service for searching images from Pixabay.

## Setup

1. Clone the repository
2. Install dependencies:
   ```
   pip install -e .
   ```
3. Create a `.env` file in the root directory with your Pixabay API key:
   ```
   PIXABAY_API_KEY=your_api_key_here
   ```

## Usage

Run the server:

```
python server.py
```

The MCP server will be available for AI agents to use for image searching.

## Logging

Logs are saved to the application directory with filename format `app_YYYYMMDD.log`.

## Development

- The `.env` file is excluded from git to protect API keys
- Make sure to install the development dependencies if you plan to contribute

## License

[MIT](LICENSE) 
