org.wikiprompt/mcp
org.wikiprompt/mcpThe Wikipedia of AI prompts: search 900+ curated prompts by model, style and type, in 7 languages
Tools · 12
Search the Wikiprompt catalog of 900+ curated AI prompts. All filters combine. Returns compact rows with the canonical URL; call get_prompt with a slug for the full prompt text.
Fetch one prompt in full by slug (or UUID): complete prompt text, structured metadata (model, prompt type, style, quality assessment), author, media and source attribution. Optional locale (es, pt, fr…
List the 9 Wikiprompt categories with live prompt counts.
List the searchable facet values with counts: AI models/tools, visual styles, and prompt types. Use these values in search_prompts filters.
Get the editor-featured prompts (the best of the catalog).
Get prompts trending right now (1000+ views in the last 7 days). May be empty when nothing crosses the threshold.
Get the most recently added prompts, optionally filtered by category.
Get one random prompt from the catalog, optionally within a category.
Get catalog statistics: total prompts, contributors, and the media/type breakdown.
List the available translations of a prompt (locale + translated title).
List prompts contributed by a specific author handle (as shown on prompt pages).
Submit a new prompt to Wikiprompt. Requires a wikiprompt API key (create one from your profile at wikiprompt.org). Pass it as the api_key argument or send an Authorization: Bearer header.
Resources · 2
wikiprompt://llms.txt
wikiprompt://categories
Prompts · 1
Load a Wikiprompt prompt by slug and use it as your instruction. Find slugs with the search_prompts tool or on wikiprompt.org.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"org.wikiprompt/mcp": {
"url": "https://mcp.wikiprompt.org/mcp",
"transport": "streamable-http"
}
}
}