MCP Server
MCP
prompts.chat MCP Server
Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.
Install
npx -y @fkadev/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@fkadev/prompts.chat-mcp",
"version": "1.0.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for authenticated requests (enables save_prompt tool)",
"isSecret": true,
"name": "PROMPTS_API_KEY"
},
{
"description": "Query string to filter prompts (e.g., users=a,b&categories=c,d&tags=e,f)",
"name": "PROMPTS_QUERY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment