community-prompt-voting-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@community-prompt-voting-mcp-serverSubmit a prompt for debugging code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
community-prompt-voting-mcp-server
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
Related MCP server: Prompt Auto-Optimizer MCP
Tools (7)
Tool | Description |
| Submit a new prompt to the community library |
| Upvote a prompt (toggle to remove vote) |
| Downvote a prompt (toggle to remove vote) |
| Get trending prompts (score × recency) |
| Rankings by category |
| Search by keyword, category, or tags |
| System statistics and top-rated prompts |
Installation
pip install community-prompt-voting-mcp-serverClaude 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
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/community-prompt-voting-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server