mcp-scholarly MCP server
A MCP server to search for accurate academic articles. More scholarly vendors will be added soon.

Components
Tools
The server implements one tool:
- search-arxiv: Search arxiv for articles related to the given keyword.
- Takes “keyword” as required string arguments
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
``` "mcpServers": { "mcp-scholarly": { "command": "uv", "args": [ "--directory", "/Users/adityakarnam/PycharmProjects/mcp-scholarly/mcp-scholarly", "run", "mcp-scholarly" ] } } ```Published Servers Configuration
``` "mcpServers": { "mcp-scholarly": { "command": "uvx", "args": [ "mcp-scholarly" ] } } ```or if you are using Docker
Published Docker Servers Configuration
``` "mcpServers": { "mcp-scholarly": { "command": "docker", "args": [ "run", "--rm", "-i", "mcp/scholarly" ] } } ```Installing via Smithery
To install mcp-scholarly for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-scholarly --client claude
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/ directory.
- Publish to PyPI:
uv publish
Note: You’ll need to set PyPI credentials via environment variables or command flags:
- Token:
--tokenorUV_PUBLISH_TOKEN - Or username/password:
--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm with this command:
npx @modelcontextprotocol/inspector uv --directory /Users/adityakarnam/PycharmProjects/mcp-scholarly/mcp-scholarly run mcp-scholarly
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Scholarly Article Search Server
Project Details
- ywwAHU/mcp-scholarly
- MIT License
- Last Updated: 4/15/2025
Recomended MCP Servers
小红书MCP服务 x-s x-t js逆向
NOVA MCP is a MCP that leverages NOVA for prompt security
An MCP server that provides LLMs with the latest stable package versions when coding
Connects Roblox Studio to AI coding editors via the Model Context Protocol (MCP), enabling AI-assisted game development within...
Talk with Azure using MCP
🐞 MCP Node.js debugger
使用Github Action将国外的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用
description: "An MCP server that enables LLMs to 'see' what's happening in browser-based games and applications through vectorized...
A Model Context Protocol server starter template
MCP Server to retrieve documentation for a package
MCP server for FindMine's product styling AI





