mcp-chat
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., "@mcp-chatCan you summarize @deposition.md?"
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.
MCP Chat
MCP Chat is a command-line interface application that enables chat interaction with AI models through the Anthropic API. The application supports document retrieval, command-based prompts, and extensible tool integrations via the MCP (Model Control Protocol) architecture.
Prerequisites
Bun.js
Anthropic API Key
Related MCP server: MCP Chat
Setup
Create or edit the
.envfile in the project root and verify that the following variables are set correctly:
ANTHROPIC_API_KEY="" # Introduce tu clave secreta de la API de Anthropic.Install dependencies
bun installRun the project
bun run src/main.tsUsage
Basic interaction
Simply type your message and press Enter to chat with the model.
Document retrieval
Use the @ symbol followed by a document ID to include its content in your query:
> Cuentame sobre @deposition.mdCommands
Use the / prefix to execute commands defined in the MCP server:
> /format deposition.mdCommands autocomplete when you press Tab.
Development
Adding new documents
Edit the DOCS array in src/mcp-server/core/docs.ts to add new documents.
This project was created with bun init in Bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.
This server cannot be deployed
Maintenance
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
Share one project context across ChatGPT, Claude, Telegram and any MCP client.
Create projects, nodes, and tasks in UluP Spaces by conversation with Claude.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA command-line interface application that enables interactive chat with AI models through the Anthropic API, supporting document retrieval, command-based prompts, and extensible tool integrations.-
- FlicenseNot gradedqualityDmaintenanceA command-line interface application that enables interactive chat with AI models through the Anthropic API, supporting document retrieval, command-based prompts, and extensible tool integrations.-
- FlicenseBqualityDmaintenanceEnables interactive chat with AI models via Anthropic API, supporting document retrieval and extensible command-based tool integrations.2-
- FlicenseBqualityDmaintenanceEnables interactive chat with AI models through the Anthropic API, supporting document retrieval and command-based prompts.2-