Community Prompt Voting
БесплатноНе проверенMCP server for community-driven prompt voting and discovery — submit, vote, and find the best AI prompts
Описание
MCP server for community-driven prompt voting and discovery — submit, vote, and find the best AI prompts
README
MCP server for community-driven prompt voting and discovery — submit, upvote, and find the best AI prompts. Like Reddit/HackerNews, but for prompts.
Why Community Prompt Voting?
The best prompts should rise to the top. This MCP server brings democratic voting to AI prompt libraries:
- Community-driven: Anyone can submit prompts, anyone can vote
- Network effect: More users → better prompts → more users (exponential value)
- Trending: Like HackerNews — recent + upvoted prompts surface first
- Searchable: Find prompts by keyword, category, or tags
Tools (7)
| Tool | Description |
|---|---|
submit_prompt |
Submit a new prompt to the community library |
upvote_prompt |
Upvote a prompt (toggle to remove vote) |
downvote_prompt |
Downvote a prompt (toggle to remove vote) |
get_trending_prompts |
Get trending prompts (score × recency) |
get_category_rankings |
Rankings by category |
search_prompts |
Search by keyword, category, or tags |
get_voting_info |
System statistics and top-rated prompts |
Installation
pip install community-prompt-voting-mcp-server
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"community-prompt-voting": {
"command": "community-prompt-voting-mcp-server"
}
}
}
Usage Examples
# Discover trending prompts
get_trending_prompts(limit=10)
# Submit a prompt
submit_prompt(
title="Chain-of-Thought Debugger",
prompt_text="Walk through this code step by step...",
category="coding",
tags="debugging,cot,code"
)
# Vote on a prompt
upvote_prompt(prompt_id="p001", voter_id="my_agent_id")
# Find writing prompts
search_prompts(category="writing", sort_by="score")
# See all categories
get_category_rankings()
Categories
reasoning · coding · writing · data · education · creative · research · productivity · roleplay · other
Data Storage
Prompts and votes are stored locally at ~/.community_prompt_voting_store.json. The server ships with 5 seed prompts to bootstrap the community experience.
Network Effect
"The best prompts rise through community voting. Every new voter makes the library better for everyone."
This server is part of the AiAgentKarl MCP ecosystem — 55+ servers for AI agent infrastructure.
License
MIT
from github.com/AiAgentKarl/community-prompt-voting-mcp-server
Установить Community Prompt Voting в Claude Desktop, Claude Code, Cursor
unyly install community-prompt-votingСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add community-prompt-voting -- uvx community-prompt-voting-mcp-serverПошаговые гайды: как установить Community Prompt Voting
FAQ
Community Prompt Voting MCP бесплатный?
Да, Community Prompt Voting MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Community Prompt Voting?
Нет, Community Prompt Voting работает без API-ключей и переменных окружения.
Community Prompt Voting — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Community Prompt Voting в Claude Desktop, Claude Code или Cursor?
Открой Community Prompt Voting на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
автор: GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Community Prompt Voting with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
