Your chatbots, inside your assistant
WhisperChat runs a Model Context Protocol server. Connect it once and your AI assistant can create chatbots, import your website, train them and test their answers — by just asking. No API keys to manage: you sign in with WhisperChat and approve the connection.
The MCP server is available on paid subscriptions only. Free accounts can't authorize a connection or create chatbots through it — approving the connection prompts you to upgrade if your plan isn't active. Your plan's normal message and character limits still apply.
See it in action
Watch an assistant create a chatbot, crawl a site and train it — end to end, just by asking.
Setup by platform
Every client below speaks remote MCP over HTTP. Pick yours for exact steps.
Claude
Claude web and desktop, via custom connectors.
Before you start
- Available on Free, Pro, Max, Team and Enterprise. Free accounts can add one custom connector.
- On Team and Enterprise, an owner or admin has to add the connector for the organisation first.
- 1
Use the Add to Claude button above — it opens Claude's add-connector dialog with the WhisperChat URL already filled in. To do it by hand instead, follow the steps below.
- 2
Open Claude's connector settings.
claude.ai/customize/connectors - 3
Click the + button, then choose Add custom connector.
- 4
Name it WhisperChat and paste the server URL. Leave the Advanced OAuth fields empty — the server registers your client automatically.
Server URLhttps://www.whisperchat.ai/mcp - 5
Click Add, then Connect. Claude sends you to WhisperChat to sign in and approve the permissions, then returns you with the tools ready.
Custom connectors are in beta. Claude reviews a connector before it can be used, so a prefilled link never skips that step.
Claude connects from Anthropic's servers rather than from your computer, so this works with the hosted WhisperChat server and not with a local dev URL.
What your assistant can do
Once connected, these tools are available. Your assistant picks the right one — you just describe what you want.
list_chatbotsreadList every chatbot on your account, with its ID.
get_chatbotreadRead one chatbot's full settings.
create_chatbotwriteCreate a new chatbot.
update_chatbotwriteRename a bot, switch its model, or restyle the whole widget.
delete_chatbotdeletePermanently delete a chatbot.
add_knowledge_sourceknowledgeAdd one page, text snippet or Q&A pair.
crawl_websiteknowledgeCrawl an entire site into a bot's sources.
train_chatbotwriteTrain on the current sources. Runs in the background.
get_chatbot_statusreadCheck training progress for each source.
query_chatbotreadAsk a chatbot a question and get its real answer.
get_embed_codereadGet the snippet to embed the widget on your site.
searchreadSearch across your chatbots' knowledge sources.
fetchreadRead one knowledge source in full, by ID.
Try asking: “Create a chatbot called Support Bot, crawl example.com into it, train it, then ask it what our refund policy is.” Your assistant will chain create_chatbot → crawl_website → train_chatbot → query_chatbot on its own.
Sign-in and permissions
WhisperChat's MCP server uses OAuth 2.1 with PKCE. There is no API key to copy, paste or leak — your client is sent to WhisperChat to sign in, and you approve exactly what it may do.
How connecting works
- 1Your client discovers the server and registers itself automatically.
- 2It opens WhisperChat in your browser, where you sign in as normal.
- 3You review the permissions requested and approve the connection. A paid plan is required at this step — free accounts are asked to upgrade before a connection is granted.
- 4The client receives an access token valid for one hour, refreshed silently for 30 days.
Permissions you grant
chatbot:readList your chatbots, read their settings and ask them questions.
chatbot:writeCreate chatbots, change their settings and start training.
chatbot:deleteDelete chatbots. Granted separately so a mistake can't remove your work.
knowledge:writeAdd web pages, text and Q&A pairs to a chatbot's knowledge.
A connected client can only ever see chatbots on your own account. Revoke access at any time from your client's connector settings.