Multi Server Anthropic Chatbot
FreeNot checkedMulti Server Anthropic Chatbot — Model Context Protocol server
About
Multi Server Anthropic Chatbot — Model Context Protocol server
README
This chatbot helps you discover and understand research papers from arXiv using natural language and the Model Context Protocol (MCP). Hope the commented "lectures" will be useful and help clarify the stuff. :D
What it has/does
- Multi-Server Architecture: Connects to multiple MCP servers simultaneously
- Resources: Access organized paper collections by topic -- > read-only data
- Prompts: Pre-built prompt templates so the user doesn't have to do the whole prompt engineering themselves
- Tools: Servers' capabilities
Multi-Server Architecture
Connected Servers
Research Server (
mcp_chatbot/research_server.py)- Tools:
get_arxiv_papers,extract_info - Resources:
papers://folders,papers://{topic} - Prompts:
generate_search_prompt - Purpose: arXiv paper search and analysis
- Tools:
Fetch Server (
mcp-server-fetch)- Purpose: Web content retrieval and processing (see "Example Queries" section to play around)
Filesystem Server (
@modelcontextprotocol/server-filesystem)- Purpose: File system operations and management
Server Configuration
The system uses server_config.json to manage multiple server connections.
Feel free to add your preffered ones too. :))
Start
(Recommended) Create and activate a virtual environment
This keeps dependencies isolated and avoids conflicts.
python3 -m venv .venv source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtSet up your API key (create a
.envfile):ANTHROPIC_API_KEY=your_api_key_hereStart the chatbot:
uv run mcp_chatbot.py
Example Queries:
- Fetch the content of this website: https://modelcontextprotocol.io/docs/concepts/architecture and save the content in the file "mcp_summary.md"
- Create a visual diagram that summarizes the content of "mcp_summary.md"
Example Workflow:
- Search for papers: "Find papers about neural networks"
- Browse topics:
@foldersto see available topics - Explore specific topic:
@neural_networks_brain_functions - Get comprehensive analysis:
/prompt generate_search_prompt topic=neural_networks num_papers=10
Contributing
Feel free to submit issues and enhancement requests! ☺️
from github.com/Armiyants/mcp-multi-server-anthropic-chatbot
Installing Multi Server Anthropic Chatbot
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Armiyants/mcp-multi-server-anthropic-chatbotFAQ
Is Multi Server Anthropic Chatbot MCP free?
Yes, Multi Server Anthropic Chatbot MCP is free — one-click install via Unyly at no cost.
Does Multi Server Anthropic Chatbot need an API key?
No, Multi Server Anthropic Chatbot runs without API keys or environment variables.
Is Multi Server Anthropic Chatbot hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Multi Server Anthropic Chatbot in Claude Desktop, Claude Code or Cursor?
Open Multi Server Anthropic Chatbot 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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Multi Server Anthropic Chatbot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
