Discover Conference Sessions with AI

Search thousands of technical sessions across major conferences using your favorite AI assistant

NEW Try our Web Chat! No setup required - just start asking about sessions

Why ConferenceHaven?

πŸ”

Smart Search

Search across Microsoft Ignite, Live360, and more conferences using natural language

πŸ“…

Calendar Integration

Add sessions directly to your calendar with a single request

πŸ€–

AI-Powered

Works with Claude Desktop, ChatGPT, LM Studio, and Claude Code

πŸš€

Free to Use

No authentication required for searching and browsing sessions

See ConferenceHaven in Action

Follow along as a user discovers sessions, finds what they want, and adds it to their calendarβ€”all through natural conversation

🌐 Works with Multiple AI Clients

☁️ Hosted Models

  • Microsoft Copilot Studio - Browser-based, Teams/Outlook integration
  • Claude Desktop - Full MCP support with Anthropic's models
  • ChatGPT - OpenAI's GPT models with MCP

πŸ”’ Local Models (Private)

  • LM Studio - Run AI models locally on your machine
  • Ollama - Local model runtime
  • Any MCP-compatible client
πŸ›‘οΈ Complete Privacy: With local models, your searches never leave your computerβ€”no cloud providers, no training data, no tracking.

Even smaller local models work great! LM Studio supports models as small as 3B-7B parameters that can handle session search and calendar booking locally on your laptop.

1

Ask: "What conferences are available?"

Start by asking about available conferences in natural language

User asks about available conferences
↓
2

Receive Conference Details

Get a list of conferences with session counts, dates, and locations

AI responds with conference details
↓
3

Search: "Find me sessions about MCP"

Ask about specific topics you're interested inβ€”the AI understands context

πŸ’‘ Pro Tip: You can search by topic, speaker, track, or time. Try things like:
  • "Show me AI sessions on Thursday morning"
  • "What's Fabian Williams presenting?"
  • "Find beginner-friendly sessions about Azure"
↓
4

Request: "Add session 431 to my calendar"

Found something interesting? Just ask to add it to your calendar with your email

User requests calendar invite
↓
5

Receive Confirmation

Get instant confirmation that your calendar invite has been sent

AI confirms calendar invite sent
↓
βœ“

Calendar Invite Arrives in Email!

Open the .ics file to add the session directly to your calendar app

Calendar invite received in Gmail
πŸŽ‰ Done! The session is now in your calendar with all the detailsβ€”title, speaker, time, location, and description.

Ready to try it yourself?

Get Started Now

How It Works

Simple setup - just add the MCP server URL to your AI client

1

Add MCP Server to Your AI Client

All modern AI clients support native HTTP connections to MCP servers. Just add this URL to your client's MCP configuration:

https://mcp.conferencehaven.com/api/mcp

No Node.js, packages, or downloads needed - works with Claude Desktop, ChatGPT, LM Studio, Copilot Studio, and more!

2

Restart Your AI Client

After adding the configuration, restart your AI client completely to load the ConferenceHaven tools

Claude Desktop MCP Servers List

Claude Desktop showing available MCP servers

3

Start Discovering Sessions!

Ask your AI assistant in natural language to find conferences and sessions

Claude Desktop List Conferences

Claude Desktop

LM Studio List Conferences

LM Studio

4

Search and Add to Calendar

Search for sessions and request calendar invites - all in natural conversation

Claude Desktop Find Copilot Sessions

Search results

ChatGPT Find Sessions

Calendar integration

Supported AI Clients

Microsoft Copilot Studio

Browser-based, Swagger import, Teams/Outlook integration

Copilot Studio Tools

Claude Desktop

Full MCP integration with native tool support

Claude Desktop Tools

ChatGPT

Works with ChatGPT's MCP support

ChatGPT Example

LM Studio

Open source models with MCP integration

LM Studio Tools

Direct REST API Access

Use ConferenceHaven directly via REST API for custom integrations

πŸ“ Available Endpoints

  • GET /api/conferences - List all conferences
  • GET /api/sessions/search - Search sessions
  • GET /api/sessions/{id} - Get session details
  • POST /api/calendar/invite - Send calendar invite

πŸ”— Base URL

https://mcp.conferencehaven.com

πŸš€ Example Usage

Search for AI sessions:

curl "https://mcp.conferencehaven.com/api/sessions/search?query=AI&limit=10"

⚑ Works Everywhere - One Simple URL

ConferenceHaven uses the MCP 2025-03-26 streamable HTTP transport standard. Just add the URL to any MCP-compatible AI client - no installations, no packages, no complexity!

Claude Desktop

ALL TIERS

Add to claude_desktop_config.json

Claude Desktop HTTP Streaming Connector with Tools
✨ Simple Setup:
  1. Open config file (see Get Started section)
  2. Add: "url": "https://mcp.conferencehaven.com/api/mcp"
  3. Restart Claude Desktop
  4. Done!

ChatGPT

ALL TIERS

Add to MCP settings config

ChatGPT HTTP Streaming Connector
✨ Simple Setup:
  1. Open config file (see Get Started section)
  2. Add: "url": "https://mcp.conferencehaven.com/api/mcp"
  3. Restart ChatGPT
  4. Done!

Copilot Studio

M365

Native MCP support in browser

Microsoft Copilot Studio MCP Server Connected
✨ Simple Setup:
  1. Open Copilot Studio
  2. Add MCP Server integration
  3. Server URL: https://mcp.conferencehaven.com/api/mcp
  4. Test and publish!

βœ… Works in browser - no downloads needed

🎯 It's That Simple!

No downloads, no Node.js, no packages - just add the URL to your AI client's MCP configuration and restart.

See the Get Started section below for detailed config examples for each AI client.

Get Started - Simple Setup

Just add the MCP server URL to your AI client - no downloads or installations required!

🎯 MCP Server URL

https://mcp.conferencehaven.com/api/mcp

Copy this URL and add it to your AI client's MCP configuration as shown below.

Configure Claude Desktop

Add ConferenceHaven to your claude_desktop_config.json:

Config File Location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Configuration:

{
  "mcpServers": {
    "conferencehaven": {
      "url": "https://mcp.conferencehaven.com/api/mcp"
    }
  }
}

πŸ”„ Restart Claude Desktop after saving the config.

Configure ChatGPT

Add ConferenceHaven to ChatGPT's MCP config:

Config File Location:

  • macOS: ~/Library/Application Support/OpenAI/ChatGPT/config.json
  • Windows: %APPDATA%\OpenAI\ChatGPT\config.json

Configuration:

{
  "mcpServers": {
    "conferencehaven": {
      "url": "https://mcp.conferencehaven.com/api/mcp"
    }
  }
}

πŸ”„ Restart ChatGPT after saving the config.

Configure LM Studio

Add ConferenceHaven via Settings β†’ MCP Servers:

Configuration:

{
  "mcpServers": {
    "conferencehaven": {
      "url": "https://mcp.conferencehaven.com/api/mcp",
      "name": "ConferenceHaven",
      "description": "Conference session discovery"
    }
  }
}

πŸ”„ Restart LM Studio after adding the configuration.

Configure Copilot Studio

Add ConferenceHaven via the MCP Server integration:

Setup Steps:

  1. Open Copilot Studio
  2. Navigate to Integrations β†’ MCP Server
  3. Add new MCP Server
  4. Enter URL: https://mcp.conferencehaven.com/api/mcp
  5. Test the connection
  6. All tools will appear and be ready to use!

βœ… Works in browser - no downloads needed!

πŸš€ That's It!

After restarting your AI client, ConferenceHaven tools will be available. Try asking:

  • "What conferences are available?"
  • "Find sessions about AI and agents"
  • "Send me a calendar invite for session 957"

Available Tools

list_conferences

Get a list of upcoming and past conferences

Example: "List all upcoming conferences"

search_sessions

Search for sessions by keyword, track, or speaker

Example: "Find sessions about AI and machine learning"

get_session

Get detailed information about a specific session

Example: "Tell me about session 993"

send_calendar_invite

Generate a calendar invite (.ics) for a session

Example: "Add this session to my calendar at fabian@example.com"

πŸ’¬ Join the Community

ConferenceHaven is built in public! Share feedback, report bugs, request features, or contribute to the documentation.

πŸ›

Report Bugs

Found an issue? Help us fix it!

Report Bug
✨

Request Features

Have an idea? We'd love to hear it!

Suggest Feature
🎀

Add Your Conference

Want your conference listed?

Request Conference
πŸ“–

Documentation

Setup guides, FAQ, troubleshooting

View Docs

πŸ’Œ Questions or General Feedback?

Start a discussion or send us an emailβ€”we'd love to hear from you!

πŸ’¬ GitHub Discussions πŸ“§ Email Us

Ready to Get Started?

Configure your AI client and start discovering sessions today

Configure Your Client