@promptforge/mcp-server
v1.0.0
Published
MCP server for PromptForge — search and retrieve AI prompts from any MCP-compatible client (Claude, Cursor, VS Code, ChatGPT)
Downloads
114
Maintainers
Readme
PromptForge MCP Server
Search and retrieve AI prompts from PromptForge using any MCP-compatible client — Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, opencode, and more.
Tools
| Tool | Description |
|------|-------------|
| search_prompts | Search prompts by keyword, model, or category with pagination |
| get_prompt | Retrieve a full prompt by ID with content and metadata |
| list_categories | Browse all available categories |
| get_trending | Get currently trending prompts |
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"promptforge": {
"command": "npx",
"args": ["@promptforge/mcp-server"]
}
}
}opencode
Add to your opencode.json:
{
"mcpServers": {
"promptforge": {
"command": "npx",
"args": ["@promptforge/mcp-server"]
}
}
}VS Code / Cursor
{
"mcpServers": {
"promptforge": {
"command": "npx",
"args": ["@promptforge/mcp-server"]
}
}
}Run directly
npx @promptforge/mcp-serverUsage Examples
Once connected, ask your AI assistant:
- "Search PromptForge for prompts about React hooks"
- "Find trending ChatGPT prompts for copywriting"
- "Get the prompt with ID abc-123 and show me the full content"
- "What categories are available on PromptForge?"
Development
cd mcp-server
npm install
node index.jsLicense
MIT
