Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Multi Server Anthropic Chatbot

FreeNot checked

Multi Server Anthropic Chatbot — Model Context Protocol server

GitHubEmbed

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

  1. 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
  2. Fetch Server (mcp-server-fetch)

    • Purpose: Web content retrieval and processing (see "Example Queries" section to play around)
  3. 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

  1. (Recommended) Create and activate a virtual environment

    This keeps dependencies isolated and avoids conflicts.

    python3 -m venv .venv
    source .venv/bin/activate
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Set up your API key (create a .env file):

    ANTHROPIC_API_KEY=your_api_key_here
    
  4. Start the chatbot:

    uv run mcp_chatbot.py
    

Example Queries:

Example Workflow:

  1. Search for papers: "Find papers about neural networks"
  2. Browse topics: @folders to see available topics
  3. Explore specific topic: @neural_networks_brain_functions
  4. 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-chatbot

FAQ

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

Compare 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