mcpbeat

Wikiprompt MCP Server

org.wikiprompt/mcp
not responding

Wikiprompt is listed as active in the registry but did not answer our last check. It exposes 12 tools.

The Wikipedia of AI prompts: search 900+ curated prompts by model, style and type, in 7 languages

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 42 hours of history · worst hour 0%
42 hours agonow
0.0%
Uptime 24h
0 of 91 checks
12
Tools
read from the server
99 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.wikiprompt.org/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.wikiprompt.org/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.wikiprompt.org/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.wikiprompt.org/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.wikiprompt.org/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

prompt
get_prompt
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, zh, de, ja) returns the translated version.
get_prompt_translations
List the available translations of a prompt (locale + translated title).
prompts
prompts_by_author
List prompts contributed by a specific author handle (as shown on prompt pages).
search_prompts
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.
categories
list_categories
List the 9 Wikiprompt categories with live prompt counts.
facets
list_facets
List the searchable facet values with counts: AI models/tools, visual styles, and prompt types. Use these values in search_prompts filters.
featured
get_featured
Get the editor-featured prompts (the best of the catalog).
random
random_prompt
Get one random prompt from the catalog, optionally within a category.
recent
get_recent
Get the most recently added prompts, optionally filtered by category.
stats
get_stats
Get catalog statistics: total prompts, contributors, and the media/type breakdown.
submit
submit_prompt
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.
trending
get_trending
Get prompts trending right now (1000+ views in the last 7 days). May be empty when nothing crosses the threshold.

Endpoints

URLTransportStateLatencyChecked
https://mcp.wikiprompt.org/mcp streamable-http answering 99 ms 12 min ago

Wikiprompt — questions

Answers built from our own checks of this server.

What can Wikiprompt do?
It exposes 12 tools, read directly from the server on our last check. Among them: get_featured, get_prompt, get_prompt_translations, get_recent, get_stats, get_trending and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Wikiprompt mostly used for?
Its tools cluster around prompts and prompt. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Wikiprompt working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 99 ms. The bar chart above shows every period we have measured.
Is Wikiprompt still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Wikiprompt as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Wikiprompt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Wikiprompt need an API key?
No. Wikiprompt completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.