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
5.0%
20 probes
Response
450ms
last probe
Tools
10
callable

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…

Similar MCP servers embedding-nearest

community-prompt-voting-mcp-server
MCP server for community-driven prompt voting and discovery — submit, vote, and find the best AI prompts
0 tools
io.github.aungmyokyaw/betterprompt-mcp
MCP server for AI-enhanced prompt engineering and request conversion.
0 tools
io.github.AungMyoKyaw/betterprompt-mcp
MCP server for AI-enhanced prompt engineering and request conversion.
0 tools
ChipsAI MCP Server
MCP server for ChipsAI — manage chatbots, conversations, and AI models
0 tools
@prompty-tools/mcp
Model Context Protocol (MCP) server for the prompty.tools platform - search, fetch, create, and version prompts from your AI client.
0 tools
mcp/reddit-mcp
This server provides AI agents with tools to fetch, post and search on Reddit.
0 tools

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"
    }
  }
}