We're excited to announce the first major release of PromptHouse MCP server with native npm package distribution!
- Package Name:
prompthouse-mcp - Registry: https://www.npmjs.com/package/prompthouse-mcp
- Installation:
npx prompthouse-mcp(no downloads required!)
-
NPM Package (Recommended):
npx prompthouse-mcp
-
Global Installation:
npm install -g prompthouse-mcp prompthouse-mcp
-
GitHub Direct:
npx github:newtype-01/prompthouse-mcp
-
DXT Extension: Download
prompthouse-mcp.dxtfrom this release
{
"mcpServers": {
"prompt-house": {
"command": "npx",
"args": ["prompthouse-mcp"],
"env": {
"PROMPTHOUSE_ACCESS_LINK": "your-access-link-here"
}
}
}
}- Download
prompthouse-mcp.dxtfrom this release - Open Claude Desktop โ Settings โ Extensions
- Click "Install Extension" and select the DXT file
- Configure your access link in extension settings
- Restart Claude Desktop
- Visit https://prompthouse.app
- Sign in with Google
- Click "Set Up MCP" in the top right
- Copy your personal access link
- Zero Dependencies: Pure Node.js implementation
- Cross-Platform: Works on macOS, Windows, Linux
- Debug Mode: Set
PROMPTHOUSE_DEBUG=truefor troubleshooting - Dual Mode: Supports both web and local PromptHouse servers
- Secure Authentication: Access-link based authentication
- JSON-RPC 2.0: Full MCP protocol compliance
get_prompt_list: List all your saved prompts with metadataget_prompt: Retrieve complete prompt content by ID
- Installation Guide: INSTALLATION_GUIDE.md
- Troubleshooting: docs/troubleshooting.md
- Development: docs/development.md
- Fixed stdio communication issues with Claude Desktop
- Improved error handling and graceful failures
- Enhanced debug logging for better troubleshooting
- Resolved authentication edge cases
- Support for additional MCP clients
- Enhanced prompt metadata and search capabilities
- Performance optimizations
- Community prompt sharing features
- GitHub Issues: Report bugs and feature requests
- PromptHouse: https://prompthouse.app for general support
- Documentation: Complete guides in the repository
Full Changelog: https://github.com/newtype-01/prompthouse-mcp/blob/main/CHANGELOG.md
Download DXT Extension: prompthouse-mcp.dxt (attached to this release)
NPM Package: https://www.npmjs.com/package/prompthouse-mcp