prompts.chat MCP Server for Cursor
io.github.f/prompts.chat-mcp
Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.
client:Cursor
transport:stdio
runtime:npm
Install prompts.chat MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs