Chat App
FreeNot checkedFastMCP server exposing Pigeon chat REST APIs as LLM tools, enabling AI agents (e.g., Claude Desktop) to authenticate, fetch contacts, and send messages.
About
FastMCP server exposing Pigeon chat REST APIs as LLM tools, enabling AI agents (e.g., Claude Desktop) to authenticate, fetch contacts, and send messages.
README
Purpose – This repository hosts the Model Context Protocol (MCP) server for my real‑time chat application.
It bridges AI agents (e.g., Claude Desktop) to the chat backend, letting them authenticate, fetch contacts/chats, read message history, and send messages—all in real‑time.
📚 Main Chat‑App Repository
https://github.com/Prajjwal2507/chat-app-pegion
📦 How to Configure Claude Desktop
TL;DR – Add the JSON snippet below to your Claude Desktop configuration and restart the app.
⚠️ Important Note on Cold Starts: This MCP server is hosted on a free tier instance on Render, which spins down after periods of inactivity. Before configuring the MCP server locally, please wake it up by visiting this link. (Don't worry if it says "Not Found"—that just means the server is awake and ready!)
1️⃣ Open the Config File
- Open Claude Desktop.
- Click the hamburger menu (☰) in the top‑left corner → Settings.
- In the left sidebar, click "Developer" (under Desktop app).
- Click the "Edit Config" button — this opens your
claude_desktop_config.jsonfile in your default code editor.
2️⃣ Paste the MCP Server Entry
Add (or replace) the "chat-app" object inside the "mcpServers" dictionary:
{
"mcpServers": {
"chat-app": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://chat-app-mcp-server.onrender.com/sse"
]
}
}
}
Note: If the file already contains other servers, just add the new
"chat-app"block alongside them — keep the surrounding braces and commas correct.
3️⃣ Kill & Restart Claude Desktop
You must fully quit Claude (not just close the window) so it reloads the config.
Windows (PowerShell):
Stop-Process -Name "Claude" -Force
Windows (CMD):
taskkill /IM Claude.exe /F
macOS (Terminal):
pkill -x "Claude"
Then relaunch Claude Desktop from the Start menu / Applications folder.
4️⃣ Verify & Use
The plug icon will now show the available tools. Try these example prompts:
- "Claude, log in to my chat app with email
[email protected]and password••••." - "Claude, list my contacts."
- "Claude, send a message to Keshav saying 'Hey, how are you?'"
🛠️ Skills & Technologies Demonstrated
| Category | Tools / Libraries |
|---|---|
| MCP Framework | FastMCP, HTTPX, Python 3.12 |
| Real‑time Sync | Socket.io (WebSocket broadcasting) |
| Deployment | Render (public HTTPS endpoint) + UptimeRobot (keep‑alive ping) |
| Security | Arcjet (rate‑limiting & bot protection) |
| Frontend | Vite + React, Zustand, React‑Hot‑Toast |
| Version Control | Git, GitHub |
| Testing / CI | UptimeRobot (prevent Render cold‑starts) |
🌐 Live Demo UI
https://new-chat-app-inky.vercel.app/
📚 Main Chat‑App Repository
Installing Chat App
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Prajjwal2507/chat-app-mcp-serverFAQ
Is Chat App MCP free?
Yes, Chat App MCP is free — one-click install via Unyly at no cost.
Does Chat App need an API key?
No, Chat App runs without API keys or environment variables.
Is Chat App hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Chat App in Claude Desktop, Claude Code or Cursor?
Open Chat App 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
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare Chat App with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
