Metadata-Version: 2.4
Name: prompt-library-mcp-server
Version: 0.1.0
Summary: Community-driven library of tested prompts and MCP tool configurations — npm for AI agent configs
Project-URL: Homepage, https://github.com/AiAgentKarl/prompt-library-mcp-server
Project-URL: Repository, https://github.com/AiAgentKarl/prompt-library-mcp-server
Author: AiAgentKarl
License: MIT
Keywords: ai-agents,community,library,mcp,prompts,templates
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# Prompt Library 📚

Community-driven library of tested prompts and configurations — **npm for AI agent prompts**.

## Installation

```bash
pip install prompt-library-mcp-server
```

```json
{"mcpServers": {"prompts": {"command": "uvx", "args": ["prompt-library-mcp-server"]}}}
```

## Tools

| Tool | Description |
|------|-------------|
| `search_prompts` | Find prompts by keyword or category |
| `get_prompt` | Get a specific prompt ready to use |
| `share_prompt` | Add your own prompt to the library |
| `rate_prompt` | Upvote or downvote prompts |
| `list_popular_prompts` | See most popular prompts |

## Pre-loaded Prompts

Ships with tested prompts for code review, API docs, data analysis, bug investigation, market research, and security audits.

## License

MIT
