Connect Claude, ChatGPT, Gemini CLI — or any Model Context Protocol client — to Osho's
complete discourse archive: ~7,300 discourses, English originals and English translations of the Hindi series.
This URL is the server: MCP clients speak JSON-RPC to
POST https://osholive.com/mcp (streamable HTTP, stateless). Your browser sent a GET,
so you're seeing this guide instead.
What you get
Every result is a verbatim passage with a verified link that opens the discourse page
scrolled to the exact paragraph or question it came from — e.g.
beyond-psychology/discourse-25#question-2.
No hallucinated quotes, no dead links: every reference is checked against the real archive before it's returned.
Tools
| Tool | What it does |
search | Query → excerpts from distinct chapters with anchored osholive.com links. (Also the ChatGPT-connector search/fetch pair.) |
search_discourses | Enriched references: ~150-word excerpt, the question Osho is answering, position pointer (“Question 7” / “Para 42”), date & place, relevance score. |
fetch | Chapter overview by result id: distilled summary, the questions answered in it, canonical URL. Full text is read on the site. |
ask_osho | Server-side synthesized answer grounded in ~5 cited references. API key required — visible only to keyed clients. |
Connect
| Client | How |
| Claude (web / desktop / mobile) | Settings → Connectors → Add custom connector → URL https://osholive.com/mcp (leave OAuth fields blank) → Add. |
| Claude Code | claude mcp add --transport http osholive https://osholive.com/mcp |
| ChatGPT | Settings → Connectors → add MCP server with the same URL (the required search+fetch pair is provided). |
| Gemini CLI | {"mcpServers":{"osholive":{"httpUrl":"https://osholive.com/mcp"}}} in ~/.gemini/settings.json |
| Anthropic / OpenAI APIs | Pass as a remote MCP server (mcp_servers / hosted MCP tool) with this URL. |
Try it from a terminal
curl -s https://osholive.com/mcp -H 'Content-Type: application/json' -d '{
"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"search","arguments":{"query":"what is witnessing"}}}'
Limits
| Caller | search / fetch / search_discourses | ask_osho |
| Anonymous | 30/min · 2,000/day | — |
| API key | 60/min · 10,000/day | 60/min · 10,000/day |
Need an API key or higher limits? Reach out via the forum on osholive.com.