Skip to content
Back to search
90
MCP live v1.0.2 streamable-http

prompts.chat MCP Server

io.github.f/prompts.chat-mcp

Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.

Uptime
2.0%
50 probes
Response
450ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

search_prompts

Search for AI prompts by keyword. Returns matching prompts with title, description, content, author, category, and tags. Use this to discover prompts for various AI tasks like coding, writing, analysi…

get_prompt

Get a prompt by ID and optionally fill in its variables. If the prompt contains template variables (like {{variable}}), you will be asked to provide values for them.

save_prompt

Save a new prompt to your prompts.chat account. Requires API key authentication. Prompts are private by default unless configured otherwise in settings.

improve_prompt

Transform a basic prompt into a well-structured, comprehensive prompt using AI. Optionally searches for similar prompts for inspiration. Supports different output types (text, image, video, sound) and…

save_skill

Save a new Agent Skill to your prompts.chat account. Skills are multi-file prompts that can include SKILL.md (required), reference docs, scripts, and configuration files. Requires API key authenticati…

add_file_to_skill

Add a new file to an existing Agent Skill. Use this to add reference docs, scripts, or configuration files to a skill you own.

update_skill_file

Update an existing file in an Agent Skill. Use this to modify reference docs, scripts, configuration files, or SKILL.md content.

remove_file_from_skill

Remove a file from an existing Agent Skill. Cannot remove SKILL.md as it is required.

get_skill

Get an Agent Skill by ID, including all its files (SKILL.md, reference docs, scripts, etc.). Returns the skill metadata and file contents. Save to .claude/skills/{slug}/SKILL.md and .claude/skills/{sl…

search_skills

Search for Agent Skills by keyword. Returns matching skills with title, description, author, and file list. Use this to discover reusable AI agent capabilities for coding, analysis, automation, and mo…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "prompts.chat_mcp_server": {
      "url": "https://prompts.chat/api/mcp",
      "transport": "streamable-http"
    }
  }
}