Overview
The promptz.dev MCP Server is an implementation that allows developers to access prompts from the promptz.dev API directly, streamlining their workflow by reducing context switching.
To use the MCP Server, install the necessary dependencies, build the server, and configure it with your API credentials. Once set up, you can interact with it through natural language commands in compatible clients like Claude Desktop.
- Access to a list of available prompts from promptz.dev. - Search functionality for prompts by name, description, or tags. - Retrieve specific prompts by ID or name. - Easy integration with Claude Desktop and other MCP clients.
- Quickly listing available prompts for AI assistants.
- Searching for specific prompts related to programming languages.
- Fetching detailed prompt information for use in applications.
Add to your AI client
Use these steps to connect promptz.dev MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"promptz-mcp-cremich": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-promptz-mcp-cremich"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"promptz-mcp-cremich": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-promptz-mcp-cremich"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"promptz-mcp-cremich": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-promptz-mcp-cremich"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"promptz-mcp-cremich": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-promptz-mcp-cremich"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"promptz-mcp-cremich": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-promptz-mcp-cremich"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"promptz-mcp-cremich": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-promptz-mcp-cremich"
]
}
}
}FAQ
How do I authenticate with the API?
You authenticate using an API key configured through environment variables.
Can I use this server with other MCP clients?
Yes, it is designed to work with any MCP client that supports the protocol.
Is there a way to debug the server?
Yes, you can use the MCP Inspector for debugging, which provides a URL for browser-based tools.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3160,"uuid":"fdefdf48-56eb-46fa-9053-8f068761b5ed","name":"promptz-mcp","title":"promptz.dev MCP Server","description":"MCP Server implementation for promptz.dev","avatar_url":"https://avatars.githubusercontent.com/u/5345186?v=4","created_at":"2025-03-18T03:07:44.528Z","updated_at":"2025-03-18T15:39:09.915Z","status":"created","author_name":"cremich","author_avatar_url":"https://avatars.githubusercontent.com/u/5345186?v=4","tags":"aws,mcp-server,amazon-q-developer","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/cremich/promptz-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT-0 license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-02 11:21:32\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]