Install the MCP
Add the What My AI Said MCP to your AI tool. Then ask it to submit conversations straight from your editor or chat. Or submit manually.
This tool submits AI conversations to a public site. Review each submission before confirming. See our terms.
Claude Code
One-line install:
claude mcp add --transport http what-my-ai-said https://whatmyaisaid.com/api/mcp
Claude Desktop
Open Settings → Connectors → Add custom connector and paste this URL:
https://whatmyaisaid.com/api/mcp
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"what-my-ai-said": {
"url": "https://whatmyaisaid.com/api/mcp"
}
}
}VS Code, Zed, Windsurf, other stdio clients
These clients only speak stdio. Use the mcp-remote bridge in your MCP config:
{
"mcpServers": {
"what-my-ai-said": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://whatmyaisaid.com/api/mcp"]
}
}
}The tool
- submit_conversation — posts a conversation. Required arg content: string. Format with Human: / Assistant: line prefixes (or similar) so each turn renders as its own block. Rate limited to 5/hr per IP.