Prompt Bridge
Freeby MCP Community
MCP server that re-exposes upstream MCP prompts as tools
v1.0.2Added Apr 12, 2026
mcppromptsclaude-code
Prompt Bridge MCP Server
MCP server that re-exposes upstream MCP prompts as tools
Installation
npx -y mcp-prompt-bridge
Reviews
Installation
Quick install
npx -y mcp-prompt-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-bridge": {
"command": "npx",
"args": ["-y", "mcp-prompt-bridge"]
}
}
}