home / mcp / multi-service mcp server
Provides access to ArXiv data and Sequential Thinking tools via a Dockerized MCP server for local use with Claude Desktop.
Configuration
View docs{
"mcpServers": {
"brandontomlin2-mcp": {
"command": "/path/to/your/multi-service-mcp-server/run_mcp_docker.sh",
"args": [],
"env": {
"DOCKER_HOST": "<DOCKER_HOST>"
}
}
}
}You can run a modular MCP server locally to access ArXiv data and Sequential Thinking tools from Claude Desktop. This server is containerized for easy setup, isolation, and consistent behavior across systems.
Configure Claude Desktop to connect to the local MCP server, then start Claude and invoke the available MCP tools directly from the chat prompts.
Prerequisites are Docker for containerized deployment and Git to clone the project.
# Quick setup via clone and Docker scripts
git clone https://github.com/brandont/arxiv-mcp-server.git
cd arxiv-mcp-server
# Make the Docker setup script executable and run it
chmod +x setup-docker.sh
./setup-docker.sh
# Test the Docker container with the test suite
docker run --rm multi-service-mcp-server python test_server.py --testClaude Desktop integration uses a local STDIO-based MCP server. You run a wrapper script inside your local environment and point Claude to it. The configuration snippet shows how Claude should start the MCP server from the local path.
"mcpServers": {
"multi_service": {
"command": "/path/to/your/multi-service-mcp-server/run_mcp_docker.sh",
"args": []
}
}Search papers by query with sorting options.
Retrieve detailed information about a specific paper.
Fetch recent papers from specified ArXiv categories.
Retrieve papers authored by a specific author.
List currently trending ArXiv categories with paper counts.
Perform multi-field searches using Boolean operators and date ranges.
Access specific versions of a paper.
Find exact phrases in titles, abstracts, or authors.
Dynamic problem-solving through structured thinking sequences.
Provide a summary of the current thinking session.
Clear thought history and branches.