prompts.chat MCP Server for Grok
io.github.f/prompts.chat-mcp
Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.
client:Grok
transport:stdio
runtime:npm
Install prompts.chat MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"prompts.chat-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fkadev/prompts.chat-mcp"
],
"env": {
"PROMPTS_API_KEY": "<PROMPTS_API_KEY>",
"PROMPTS_QUERY": "<PROMPTS_QUERY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs