← wikiprompt.org
INDIVIDUAL MCP TOOL
get_stats
Get catalog statistics: total prompts, contributors, and the media/type breakdown.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
search_prompts— Search the Wikiprompt catalog of 900+ curated AI prompts.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.list_categories— List the 9 Wikiprompt categories with live prompt counts.list_facets— List the searchable facet values with counts: AI models/tools, visual styles, and prompt types.get_featured— Get the editor-featured prompts (the best of the catalog).get_trending— Get prompts trending right now (1000+ views in the last 7 days).get_recent— Get the most recently added prompts, optionally filtered by category.random_prompt— Get one random prompt from the catalog, optionally within a category.