Simple MCP arXiv client
@om4r932
Simple MCP arXiv client について
A simple Python client to interact with the arXiv MCP server.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-simple-arxiv-client": {
"command": "python",
"args": [
"client.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Simple MCP arXiv client?
A Python client that connects to the arXiv MCP server to search arXiv papers. It uses Groq as a language model to process natural‑language queries in an interactive chat interface.
How to use Simple MCP arXiv client?
Clone the repository, install dependencies with pip install -r requirements.txt, create a .env file with your Groq API key, then run python client.py to start the chat interface.
Key features of Simple MCP arXiv client
- Connects to the arXiv MCP server
- Uses Groq language model for queries
- Interactive chat‑based interface
- Searches scientific papers on arXiv
- Requires Python 3.10.6 or higher
Use cases of Simple MCP arXiv client
- Search arXiv papers by asking questions in natural language
- Get paper recommendations through conversational interaction
- Explore arXiv content without manually using the website
FAQ from Simple MCP arXiv client
What prerequisites are needed?
Python 3.10.6 or higher and a valid Groq API key.
How do I configure the client?
Create a .env file at the project root with GROQ_API_KEY=your_groq_api_key. An .env.example file is provided as a template.
How do I run the client?
Execute python client.py from the project root to start the interactive chat.
What AI model does the client use?
It uses Groq as the language model to process user queries and call server tools.
Are there any future updates planned?
The repository will evolve into a universal MCP client supporting multiple MCP servers simultaneously (potentially with a FastAPI‑style interface).
「データと分析」の他のコンテンツ
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
コメント