Chat App
БесплатноНе проверенFastMCP server exposing Pigeon chat REST APIs as LLM tools, enabling AI agents (e.g., Claude Desktop) to authenticate, fetch contacts, and send messages.
Описание
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
Установка Chat App
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Prajjwal2507/chat-app-mcp-serverFAQ
Chat App MCP бесплатный?
Да, Chat App MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Chat App?
Нет, Chat App работает без API-ключей и переменных окружения.
Chat App — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Chat App в Claude Desktop, Claude Code или Cursor?
Открой Chat App на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: 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
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: 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.
автор: waystation-aiCompare Chat App with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
