AI-powered chat system with multiple MCP servers.
@kira1228
About AI-powered chat system with multiple MCP servers.
AI-powered Chat System with multiple MCP servers.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-chat-system": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AI-powered chat system with multiple MCP servers.?
This system is a client‑server architecture based on the Model Context Protocol (MCP). It connects a host application (Claude) with three specialized MCP servers: Filesystem (access local folders), Slack (access workspace conversations), and Brave‑Search (real‑time web search). It is intended for users who want to query local files, Slack history, and the web through a single AI interface.
How to use AI-powered chat system with multiple MCP servers.?
Install the uv package manager, clone the repository, create a .env file with your API keys (ANTHROPIC_API_KEY, SLACK_BOT_TOKEN, SLACK_TEAM_ID, BRAVE_API_KEY), create a virtual environment with uv venv, activate it, and install dependencies with uv sync. Run the client with uv run client.py path/to/dir/you/want/to/use. The system automatically selects the appropriate MCP server based on your query.
Key features of AI-powered chat system with multiple MCP servers.
- Supports three MCP servers: Filesystem, Slack, and Brave‑Search
- Intelligent routing – Claude chooses the server automatically
- Works with local file directories, Slack workspaces, and web search
- Requires minimal setup with
uvand a.envfile - Follows the MCP client‑server architecture
- Open source under the MIT License
Use cases of AI-powered chat system with multiple MCP servers.
- Search and retrieve information from your local documents and folders
- Access and reference Slack conversations, channels, and shared resources
- Perform real‑time web searches to incorporate the latest online information
- Combine local, team, and web data in a single AI chat session
FAQ from AI-powered chat system with multiple MCP servers.
What API keys are required?
You need four keys: ANTHROPIC_API_KEY (for Claude), SLACK_BOT_TOKEN and SLACK_TEAM_ID (for Slack integration), and BRAVE_API_KEY (for Brave web search).
What runtime and dependencies are needed?
Python and the uv package manager. The project uses Python virtual environments and a pyproject.toml managed by uv.
How does the system decide which server to use?
Claude automatically analyzes your query and determines whether to search local files, check Slack history, or perform a web search – no explicit instruction required.
Where should I place the files I want to search?
You provide the directory path as a command‑line argument when running client.py. The Filesystem server will search that folder and its subfolders.
What transport or authentication does the system use?
The client runs locally over stdio. Authentication is handled via environment variables (API keys and tokens); no additional transport configuration is described in the README.
More AI & Agents MCP servers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Comments