by universal-mcp
Provides a standardized API to interact with Semantic Scholar's tools and services, enabling unified access through the Universal MCP framework.
Provides an implementation of a Semantic Scholar Universal MCP server that exposes the platform's tools and services via a common API, ensuring compatibility with other MCP‑compliant applications.
uv
(pip install uv
).uv sync
to create a virtual environment and install all packages from pyproject.toml
.source .venv/bin/activate
(Linux/macOS) or .venv\Scripts\Activate
(Windows PowerShell).mcp dev src/universal_mcp_semanticscholar/server.py
and note the displayed address/port.mcp install src/universal_mcp_semanticscholar/server.py
.uv
.src/universal_mcp_semanticscholar/README.md
.Q: Do I need an API key? A: Basic functionality works without a key; optional environment variables can be added for premium endpoints.
Q: Which Python version is required? A: Python 3.11 or newer is recommended.
Q: Can I deploy this server in production?
A: Yes, run the same mcp dev
command in your production environment or containerize the service.
Q: Where can I find the list of available tools?
A: The full list is in src/universal_mcp_semanticscholar/README.md
.
Q: How is the project licensed? A: Under the MIT License.
This repository contains an implementation of an Semanticscholar Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Semanticscholar's tools and services through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
You can start using Semanticscholar directly from agentr.dev. Visit agentr.dev/apps and enable Semanticscholar.
If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart
The full list of available tools is at ./src/universal_mcp_semanticscholar/README.md
Ensure you have the following before you begin:
pip install uv
)Follow the steps below to set up your development environment:
Sync Project Dependencies
uv sync
This installs all dependencies from pyproject.toml
into a local virtual environment (.venv
).
Activate the Virtual Environment
For Linux/macOS:
source .venv/bin/activate
For Windows (PowerShell):
.venv\Scripts\Activate
Start the MCP Inspector
mcp dev src/universal_mcp_semanticscholar/server.py
This will start the MCP inspector. Make note of the address and port shown in the console output.
Install the Application
mcp install src/universal_mcp_semanticscholar/server.py
.
├── src/
│ └── universal_mcp_semanticscholar/
│ ├── __init__.py # Package initializer
│ ├── server.py # Server entry point
│ ├── app.py # Application tools
│ └── README.md # List of application tools
├── tests/ # Test suite
├── .env # Environment variables for local development
├── pyproject.toml # Project configuration
└── README.md # This file
This project is licensed under the MIT License.
Generated with MCP CLI — Happy coding! 🚀
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by reading-plus-ai
Enables comprehensive, well‑cited research reports by elaborating questions, generating sub‑questions, performing web searches, analyzing content, and formatting findings into structured artifacts.
by takashiishida
Fetches arXiv LaTeX sources and provides them via MCP for LLM clients to accurately interpret mathematical content in scientific papers.
by prashalruchiranga
Interact with the arXiv API using natural language to retrieve article metadata, download PDFs, perform searches, and load full texts into large language model contexts.
by drAbreu
Provides author disambiguation, institution resolution, work retrieval, citation analysis, and ORCID matching via the OpenAlex API, delivering streamlined, structured responses optimized for AI‑agent consumption.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.