JUHE API Marketplace
khushiiagrawal avatar
MCP Server

MCP Research Server

A Model Context Protocol server that provides tools for searching arXiv papers and managing research paper information with local storage capabilities.

0
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "filesystem",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@modelcontextprotocol/server-filesystem",
7 "."
8 ],
9 "cwd": "/path/to/your/mcp_project"
10}
JSON10 lines
  1. Home
  2. MCP Servers
  3. mcp

README Documentation

MCP Research Assistant 🧠

A comprehensive Model Context Protocol (MCP) setup that provides powerful tools for research, file management, and web content fetching. This project integrates multiple MCP servers to enhance your AI assistant capabilities.

✨ Features

  • šŸ“š Research Tool: Search and manage academic papers from arXiv
  • šŸ“ Filesystem Tool: Browse, read, and manage project files
  • 🌐 Fetch Tool: Retrieve content from websites and APIs
  • šŸ¤– Multi-LLM Support: Works with Claude, Gemini, and other AI models
  • šŸ’¾ Local Storage: Automatically saves research data organized by topics

šŸ› ļø Prerequisites

  • Python 3.13 or higher
  • uv package manager (recommended) or pip
  • API keys for your chosen LLM providers
  • Claude Desktop (for MCP integration)

šŸ’» Quick Start

1. Clone and Setup

git clone <your-repo-url>
cd mcp_project

2. Install Dependencies

# Install uv if you haven't already
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create virtual environment and install dependencies
uv sync

3. Configure Environment Variables

Create a .env file in your project root:

ANTHROPIC_API_KEY=your_anthropic_api_key_here

4. Configure Claude Desktop

Create or update your Claude Desktop configuration file:

Location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "."
      ],
      "cwd": "/path/to/your/mcp_project"
    },
    "research": {
      "command": "/path/to/your/mcp_project/.venv/bin/python",
      "args": [
        "/path/to/your/mcp_project/research_server.py"
      ],
      "cwd": "/path/to/your/mcp_project"
    },
    "fetch": {
      "command": "/path/to/your/.local/bin/uvx",
      "args": ["mcp-server-fetch"],
      "cwd": "/path/to/your/mcp_project"
    }
  }
}

Important: Replace /path/to/your/mcp_project with your actual project path.

5. Restart Claude Desktop

Restart Claude Desktop completely to load the new configuration.

šŸŽÆ How to Use

Research Tool šŸ”¬

Search for Papers:

Search for 5 papers about machine learning

Get Paper Details:

Show me information about paper ID 1234.5678

Browse Saved Papers:

What papers do I have saved on physics?

Filesystem Tool šŸ“

Browse Files:

List all files in my project directory

Read Files:

Show me the contents of research_server.py

Create Files:

Create a new Python script for data analysis

Fetch Tool 🌐

Get Web Content:

Fetch the latest Python documentation

API Calls:

Get current weather data from an API

šŸ“‹ Available Tools

Research Server Tools

ToolDescriptionParameters
search_papersSearch arXiv for paperstopic, max_results
extract_infoGet paper detailspaper_id
get_available_foldersList saved topicsNone

Filesystem Server Tools

ToolDescription
read_fileRead file contents
write_fileWrite to files
list_dirList directory contents
delete_fileDelete files

Fetch Server Tools

ToolDescription
fetchFetch content from URLs

šŸ“ Project Structure

mcp_project/
ā”œā”€ā”€ research_server.py          # Main research MCP server
ā”œā”€ā”€ mcp_chatbot_L7.py          # Chatbot with LLM integration
ā”œā”€ā”€ pyproject.toml             # Project configuration
ā”œā”€ā”€ requirements.txt           # Python dependencies
ā”œā”€ā”€ uv.lock                   # Dependency lock file
ā”œā”€ā”€ papers/                   # Research data storage
│   └── [topic_name]/         # Organized by topic
│       └── papers_info.json  # Paper metadata
ā”œā”€ā”€ .env                      # Environment variables
└── README.md                 # This file

šŸ”§ Configuration Details

Research Server Configuration

The research server automatically:

  • Creates topic-based directories in papers/
  • Saves paper metadata as JSON files
  • Provides search and retrieval functions
  • Integrates with arXiv API

Filesystem Server Configuration

The filesystem server:

  • Operates within your project directory
  • Provides full file management capabilities
  • Uses relative paths for portability

Fetch Server Configuration

The fetch server:

  • Handles web requests and API calls
  • Supports custom user agents
  • Can ignore robots.txt restrictions

MCP Research Assistant Working

Screenshot showing the MCP Research Assistant successfully running with all tools working

šŸ“ Development

Adding New Tools

  1. Edit research_server.py to add new functions
  2. Use the @mcp.tool() decorator
  3. Test with MCP Inspector
  4. Update documentation

Customizing LLM Behavior

  1. Edit mcp_chatbot_L7.py
  2. Modify tool descriptions and parameters
  3. Add custom prompts and resources

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright Ā© 2025 - All rights reserved