MelviChat MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MelviChat MCP Serverlist my recent chat conversations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MelviChat MCP Server
Este servidor implementa el Model Context Protocol (MCP) para interactuar con la plataforma MelviChat. Permite a clientes de IA (como Cursor, Claude Desktop, etc.) consumir la API de MelviChat de forma estandarizada.
Requisitos
Python 3.10+
El backend de ChatIA debe estar corriendo en
http://127.0.0.1:8000
Related MCP server: Agentforce MCP Integration Server
Instalación
Crear entorno virtual (opcional pero recomendado):
python -m venv venv .\venv\Scripts\activateInstalar dependencias:
pip install -r requirements.txt
Uso
Ejecutar el Servidor MCP
Para iniciar el servidor MCP (usando transporte stdio):
python server.pyProbar con Inspector
Puedes usar el inspector web de MCP para probar las herramientas:
npx @modelcontextprotocol/inspector python server.pyIntegración con Clientes
Cursor / Claude Desktop
Configura el cliente para ejecutar el script server.py usando el intérprete de python.
Ejemplo de configuración (json):
{
"mcpServers": {
"melvichat": {
"command": "python",
"args": ["c:\\Users\\Melvisoft\\Downloads\\chatIA\\mcp_server\\server.py"]
}
}
}MCP-CHAT-IA
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol implementation with a modular architecture that exposes capabilities through specialized agents, enabling seamless integration with Claude Desktop and web applications.2-
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients to connect to LLM/API services using the Model Context Protocol, providing real-time interaction and tool access. Also offers RESTful API endpoints via FastAPI for programmatic integration with existing systems.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with OpenAI's tools and services through the Model Context Protocol, enabling seamless integration with MCP-compliant applications.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with CustomGPT.ai agents through the Model Context Protocol. Allows managing agents, conversations, and content via natural language in MCP-compatible clients.MIT