{
  "markdown": "# Banana Prompts MCP Server\n\nThis MCP (Model Context Protocol) server allows you to search for high-quality AI art prompts directly from [Banana Prompts](https://bananaprompts.fun).\n\nExplore a curated collection of Nano Banana prompts to inspire your next creation.\n\n## Features\n\n- **Search by Tags**: Find prompts by specific categories or styles (e.g., \"Cyberpunk\", \"Portrait\", \"Oil Painting\").\n- **Search by Query**: Perform a general keyword search across prompt titles and content.\n- **Natural Integration**: Each result includes a direct link to the full prompt and high-resolution images on the [Banana Prompts website](https://bananaprompts.fun).\n\n## Installation\n\nTo use this server with Claude Desktop or any other MCP-compatible client, follow these steps:\n\n### 1. Requirements\n\n- [Node.js](https://nodejs.org/) (v18 or higher recommended)\n- An MCP-compatible client (like Claude Desktop)\n\n### 2. Setup\n\nClone the repository or download the files:\n\n```bash\ngit clone https://github.com/Banana-Prompts/banana-prompts-mcp.git\ncd banana-prompts-mcp\nnpm install\nnpm run build\n```\n\n### 3. Configuration\n\n#### Claude Desktop\n\nAdd the following to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"banana-prompts\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/banana-prompts-mcp/dist/index.js\"]\n    }\n  }\n}\n```\n\nReplace `/path/to/banana-prompts-mcp/dist/index.js` with the actual absolute path to the compiled `dist/index.js` file.\n\n## Usage\n\nOnce configured, you can ask Claude to:\n\n- \"Find some cyberpunk prompts on Banana Prompts\"\n- \"Search Banana Prompts for sunset landscape prompts\"\n- \"Show me prompts tagged with 'watercolor' from bananaprompts.fun\"\n\n## Available Tools\n\n- `search_prompts_by_tags`: Input an array of tags to filter prompts.\n- `search_prompts_by_query`: Input a search string to find matching prompts.\n\n---\n\nBuilt by the team at [Banana Prompts (bananaprompts.fun)](https://bananaprompts.fun).\n",
  "bytes": 1947,
  "sha": "009966ee2b483daf76f9367d3b7736186715ba147bd76a6b52df30791fc96f56",
  "repo_slug": "banana-prompts/banana-prompts-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_banana_prompts_banana_prompts__a3d82dcc/readme"
}