Wikiprompt MCP Server
The Wikipedia of AI prompts, available to every MCP client
Connect Claude, Cursor, VS Code or any Model Context Protocol client to the Wikiprompt catalog: 900+ curated AI prompts for ChatGPT, Claude, GPT Image, Seedance, Midjourney and more, searchable by model, style, prompt type and quality rating, in 7 languages. Free, no key needed for reading.
Endpoint
https://mcp.wikiprompt.org/mcpTransport: Streamable HTTP. No authentication required for read tools.
Quick setup
Claude Code
claude mcp add --transport http wikiprompt https://mcp.wikiprompt.org/mcpclaude.ai (web and desktop)
Settings > Connectors > Add custom connector > paste https://mcp.wikiprompt.org/mcp
Cursor
Settings > MCP > Add new MCP server, or add to .cursor/mcp.json:
{
"mcpServers": {
"wikiprompt": { "url": "https://mcp.wikiprompt.org/mcp" }
}
}VS Code (GitHub Copilot)
code --add-mcp '{"name":"wikiprompt","type":"http","url":"https://mcp.wikiprompt.org/mcp"}'Any other client (generic JSON)
{
"mcpServers": {
"wikiprompt": {
"type": "streamable-http",
"url": "https://mcp.wikiprompt.org/mcp"
}
}
}Tools
| Tool | What it does |
|---|---|
| search_prompts | Full-text + faceted search: category, model, style, prompt type, media, rating, featured, sort |
| get_prompt | Full prompt by slug: complete text, metadata, author, media, source attribution, optional locale |
| list_categories | The 9 categories with live counts |
| list_facets | Searchable facet values: AI models, styles, prompt types (with counts) |
| get_featured | Editor-featured prompts |
| get_trending | Prompts trending in the last 7 days |
| get_recent | Latest additions, optionally by category |
| random_prompt | One random prompt, optionally by category |
| get_stats | Catalog totals and type breakdown |
| get_prompt_translations | Available translations of a prompt (7 languages) |
| prompts_by_author | Prompts contributed by a specific author |
| submit_prompt | Submit a new prompt (requires a wikiprompt API key) |
Plus MCP resources (wikiprompt://llms.txt, wikiprompt://categories) and an MCP prompt (use_prompt) that loads any catalog prompt as your instruction.
Submitting prompts
The submit_prompt tool publishes a prompt under your Wikiprompt account. Create an API key from your profile page and pass it as the api_key argument (or an Authorization: Bearer header).
See also
- Wikiprompt Claude Skill - the no-MCP alternative for claude.ai
- REST API documentation
- llms.txt
- .well-known/mcp.json