Money-Monkey-26/prompt-toolkit-mcp
Production-tested AI prompt templates as an MCP server. 5 free prompts for code review, debugging, testing, and architecture.
Platform-specific configuration:
{
"mcpServers": {
"prompt-toolkit-mcp": {
"command": "npx",
"args": [
"-y",
"prompt-toolkit-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Production-tested AI prompt templates for code review, debugging, testing, and architecture — available as an MCP server for Claude Code and other AI assistants.
Stop writing the same "act as a senior engineer and review my code" prompt from scratch every time. This MCP server gives your AI assistant 5 battle-tested prompt templates instantly.
---
| # | Name | Category | What it does | |---|------|----------|--------------| | 1 | Comprehensive Code Review | code-review | 6-dimension review: correctness, readability, error handling, security, performance, testability | | 2 | Root Cause Analysis | debugging | 7-step diagnostic framework from stack traces to root cause + fix recommendation | | 3 | Unit Test Generator | testing | Generates tests for happy paths, edge cases, error handling, security inputs, state transitions | | 4 | System Design | architecture | Transforms requirements into a complete architecture doc: components, APIs, infra, trade-offs | | 5 | README Generator | documentation | Creates professional READMEs that convert visitors into users in under 10 minutes |
---
Add to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"prompt-toolkit": {
"command": "uvx",
"args": ["prompt-toolkit-mcp"]
}
}
}Restart Claude Desktop. You can now ask:
> "Use the code-review prompt to review this function: ..."
uvx prompt-toolkit-mcpclaude mcp add prompt-toolkit uvx prompt-toolkit-mcp---
list_prompts()Returns a formatted table of all available prompts
Loading reviews...