Osho Live · MCP Server

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

ToolWhat it does
searchQuery → excerpts from distinct chapters with anchored osholive.com links. (Also the ChatGPT-connector search/fetch pair.)
search_discoursesEnriched references: ~150-word excerpt, the question Osho is answering, position pointer (“Question 7” / “Para 42”), date & place, relevance score.
fetchChapter overview by result id: distilled summary, the questions answered in it, canonical URL. Full text is read on the site.
ask_oshoServer-side synthesized answer grounded in ~5 cited references. API key required — visible only to keyed clients.

Connect

ClientHow
Claude (web / desktop / mobile)Settings → Connectors → Add custom connector → URL https://osholive.com/mcp (leave OAuth fields blank) → Add.
Claude Codeclaude mcp add --transport http osholive https://osholive.com/mcp
ChatGPTSettings → 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 APIsPass 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

Callersearch / fetch / search_discoursesask_osho
Anonymous30/min · 2,000/day
API key60/min · 10,000/day60/min · 10,000/day

Need an API key or higher limits? Reach out via the forum on osholive.com.

Osho Live — osholive.com · read the discourses · topics · meditations. The archive is served excerpt-level through this API; full discourses are read on the site.