
MCP Server implementation for promptz.dev
MCP Server implementation for promptz.dev
Access prompts from promptz.dev directly within Amazon Q Developer.
This MCP server allows to access prompts from the promptz.dev API without copy-pasting, reducing context switching and friction in your development workflow.
The promptz.dev MCP Server provides two main capabilities:
Once the server is connected to Amazon Q Developer, you can use it with natural language like:
Open the Amazon Q Developer MCP client settings file located at ~/.aws/amazonq/mcp.json
The easiest way to use the server is with npx, which doesn't require installation:
{
"mcpServers": {
"promptz.dev": {
"command": "npx",
"args": ["-y", "@promptz/mcp"],
"env": {
"PROMPTZ_API_URL": "your-api-url-from-promptz.dev",
"PROMPTZ_API_KEY": "your-api-key-from-promptz.dev"
},
"disabled": false,
"autoApprove": []
}
}
}git clone https://github.com/cremich/promptz-mcp.git
cd promptz-mcpnpm install
npm run build{
"mcpServers": {
"promptz.dev": {
"command": "node",
"args": ["/path/to/promptz-mcp/build/index.js"],
"env": {
"PROMPTZ_API_URL": "your-api-url-from-promptz.dev",
"PROMPTZ_API_KEY": "your-api-key-from-promptz.dev"
},
"disabled": false,
"autoApprove": []
}
}
}If you encounter issues with the server:
~/.promptz/logs/mcp-server.log# Run with environment variables
PROMPTZ_API_URL="your-api-url" PROMPTZ_API_KEY="your-api-key" npm run inspectorThe Inspector will provide a URL to access debugging tools in your browser.
For those who want to contribute or modify the server:
# Install dependencies
npm install
# Build the server
npm run build
# For development with auto-rebuild
npm run watch
# Run tests
npm testPick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add promptz.dev -- npx -y @promptz/mcp{
"mcpServers": {
"promptz.dev": {
"env": {
"PROMPTZ_API_KEY": "",
"PROMPTZ_API_URL": ""
},
"args": [
"-y",
"@promptz/mcp"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"promptz.dev","env":{"PROMPTZ_API_KEY":"","PROMPTZ_API_URL":""},"args":["-y","@promptz/mcp"],"command":"npx"}'[mcp_servers.promptz.dev]
command = "npx"
args = ["-y", "@promptz/mcp"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/promptz-dev-mcp-server to learn what the "promptz.dev MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/promptz-dev-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "promptz-dev-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.