paper-search
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@paper-searchfind recent papers about reinforcement learning published in 2025"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
paper-search
Agentic tools for academic paper search MCP and Skills
Installation
You can install the paper-search CLI and MCP server globally using uv:
uv tool install paper-searchRelated MCP server: mcp-openalex
Configuration
Credentials and the optional contact email are read from
~/.config/paper-search/config.toml. Copy config.toml.example to that
location and replace the placeholder values. The [api] values are optional;
missing or empty values leave the corresponding source keyless.
Agent Integration
To use paper-search as an MCP server, add this to your agent's MCP config:
{
"mcpServers": {
"paper-search": {
"command": "paper-search-mcp"
}
}
}Or using uvx (without prior installation):
{
"mcpServers": {
"paper-search": {
"command": "uvx",
"args": ["--from", "paper-search", "paper-search-mcp"]
}
}
}Usage
OpenAlex retired its mailto polite pool in February 2026. Without an
OpenAlex key, the service provides roughly 100 free credits per day before
returning 429 or 409 responses.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseAqualityDmaintenanceMCP server for the OpenAlex scholarly database, providing AI agents with tools to search and retrieve academic works, authors, and institutions via natural language queries.8MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.
- AlicenseNot gradedqualityDmaintenanceAn MCP server for academic research combining local document search with Semantic Scholar API integration.MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Agentic search over your Dewey document collections from any MCP-compatible client.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChenchaoZhao/paper-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server