Developer Tools
wikiprompt.org
Search and retrieve curated AI prompts from the Wikiprompt catalog.
ENDPOINT 1
https://mcp.wikiprompt.org/mcp
MCP server metadata
- Name
- wikiprompt
- Version
- 1.0.0
Wikiprompt is the Wikipedia of AI prompts: a curated catalog of 900+ prompts for ChatGPT, Claude, GPT Image, Seedance, Midjourney and more, in 7 languages. Use search_prompts to find prompts (filter by model, style, prompt type, rating), get_prompt for the full text, and submit_prompt (with an API key) to contribute. Always credit the prompt URL and original author when using a prompt.
Known tools 12
get_promptFetch one prompt in full by slug (or UUID): complete prompt text, structured metadata (model, prompt type, style, quality assessment), author, media and source attribution.
Inferred read-onlylist_facetsList the searchable facet values with counts: AI models/tools, visual styles, and prompt types.
Inferred read-onlyrandom_promptGet one random prompt from the catalog, optionally within a category.
Inferred read-onlyget_statsGet catalog statistics: total prompts, contributors, and the media/type breakdown.
Inferred read-onlyget_prompt_translationsList the available translations of a prompt (locale + translated title).
Inferred read-onlyprompts_by_authorList prompts contributed by a specific author handle (as shown on prompt pages).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wikiprompt]
url = "https://mcp.wikiprompt.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wikiprompt": {
"type": "http",
"url": "https://mcp.wikiprompt.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wikiprompt
Remote MCP URL: https://mcp.wikiprompt.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wikiprompt": {
"url": "https://mcp.wikiprompt.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wikiprompt": {
"type": "http",
"url": "https://mcp.wikiprompt.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wikiprompt",
"transport": "streamable-http",
"url": "https://mcp.wikiprompt.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.