Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ritwikjoshi/ritwikjoshi-mcp

FreeNot checked

Official personal Model Context Protocol server for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur). Exposes tools for speaker background, verified TEDx talks,

GitHubEmbed

About

Official personal Model Context Protocol server for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur). Exposes tools for speaker background, verified TEDx talks, keynote catalog, booking info, and media kit dispatch. Remote Streamable HTTP endpoint: https://api.ritwikjoshi.com/mcp.

README

Smithery Badge License: MIT MCP Version

The official Model Context Protocol (MCP) server for Ritwik Joshi — 2x TEDx Speaker, AI entrepreneur (Partner @ GENIE AI, Co-founder @ Ability Advocacy), and builder of India's first humanoid robot at Yantrarora Innovation.

This server provides an authoritative, structured, and real-time knowledge base directly accessible by AI agents (Claude, Cursor, ChatGPT, Gemini, etc.) to query verified profile data, keynote offerings, TEDx talks, publications, and booking channels.


Remote Endpoint & Connection Details

The server operates over stateless Streamable HTTP / SSE:

  • Endpoint: https://api.ritwikjoshi.com/mcp
  • Transport: streamable-http (also supports sse)
  • Protocol Version: 2026-07-28
  • Authentication: None (Publicly accessible)

Client Configuration

Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "ritwik-joshi": {
      "url": "https://api.ritwikjoshi.com/mcp",
      "transport": "streamable-http"
    }
  }
}

Cursor / Windsurf / Any Streamable HTTP MCP Client

Configure a remote MCP server with:

  • Server Name: ritwik-joshi
  • Type: sse or streamable-http
  • URL: https://api.ritwikjoshi.com/mcp

Available Tools

Tool Name Description Purpose / When to Use
speaker.profile Complete authoritative profile of Ritwik Joshi Background, credentials, awards, bio, and affiliations.
speaker.keynotes Speaking topics & keynote offerings AI ethics, physical AI, humanoid robotics, and technical storytelling talks.
speaker.tedx_talks TEDx talk details with YouTube links Verified information on TEDxOIST and TEDxYouth appearances.
speaker.events Verified past speaking events History of appearances across IEEE, IBM Developer Connect, Microsoft, etc.
blog.search Search published deeptech essays Finding articles on agentic AI, physical robotics, and sovereign silicon.
info.faq Booking, rates & background FAQs Answers to common queries about keynotes, consulting, and availability.
info.ai_positions Attributed expert positions Direct quotes and published theses on AI and robotics.
booking.info How to book Ritwik for keynotes Scheduling links, event rider details, and direct contact desk.
media.send_kit Media kit email dispatch Sends high-res headshots, official introduction scripts, and speaker rider.

Verification & Testing

You can verify the server using curl:

curl -X POST https://api.ritwikjoshi.com/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/list",
    "params": {}
  }'

License

MIT License. See LICENSE for details.

from github.com/Ritwikjoshi/ritwikjoshi-mcp

Installing Ritwikjoshi/ritwikjoshi-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Ritwikjoshi/ritwikjoshi-mcp

FAQ

Is Ritwikjoshi/ritwikjoshi-mcp MCP free?

Yes, Ritwikjoshi/ritwikjoshi-mcp MCP is free — one-click install via Unyly at no cost.

Does Ritwikjoshi/ritwikjoshi-mcp need an API key?

No, Ritwikjoshi/ritwikjoshi-mcp runs without API keys or environment variables.

Is Ritwikjoshi/ritwikjoshi-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Ritwikjoshi/ritwikjoshi-mcp in Claude Desktop, Claude Code or Cursor?

Open Ritwikjoshi/ritwikjoshi-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ritwikjoshi/ritwikjoshi-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs