valyu-mcp
OfficialClick 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., "@valyu-mcpsearch arXiv for recent papers on reinforcement learning"
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.
Valyu MCP Server
The Valyu MCP Server is a Model Context Protocol (MCP) tool that enables AI models to retrieve high-quality context from Valyu's API, including full search capabilities over Wikipedia, arXiv papers (great for finance, research, etc.), and web search.
Prerequisites
Before setting up the MCP server, ensure you have the following:
Python 3.10+
Claude Desktop (latest version)
Valyu API Key (Get one from Valyu Exchange)
To check your Python version, run:
python --versionRelated MCP server: Metaso MCP Server
Installation & Configuration
Option 1: Automated Setup (Recommended)
Clone the repository
git clone https://github.com/ValyuNetwork/valyu-mcp.git
cd valyu-mcpRun the setup script
chmod +x setup.sh
./setup.sh The setup script will:
Create and activate a virtual environment
Install all dependencies
Prompt you for your Valyu API key
Create the necessary .env file
Provide instructions for updating your Claude Desktop configuration
Option 2: Manual Setup
If you prefer to set up manually or the automated setup doesn't work for your environment, follow these steps:
Clone the repository
git clone https://github.com/ValyuNetwork/valyu-mcp.git
cd valyu-mcpCreate a virtual environment and activate it
python -m venv .venv
source .venv/bin/activate # macOS/Linux
.venv\Scripts\activate # WindowsInstall dependencies
pip install -r requirements.txtCreate a
.envfile in the project root:
echo "VALYU_API_KEY=your-api-key-here" > .envOpen your Claude Desktop config file for editing:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
If the config file doesn't exist:
Open Claude Desktop
Go to Settings
Enable Developer Mode in the Developer tab
The config file will be generated automatically
You can open this file in VS Code using:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json # macOS code %APPDATA%\Claude\claude_desktop_config.json # Windows (PowerShell)Add the following entry under
mcpServers:
{
"mcpServers": {
"valyu-mcp": {
"command": "/ABSOLUTE/PATH/TO/.venv/bin/python",
"args": ["-u", "/ABSOLUTE/PATH/TO/valyu-mcp.py"],
"env": {
"VALYU_API_KEY": "your-api-key-here"
}
}
}
}Running the MCP Server
Start the server manually (for testing):
python valyu-mcp.pyStart Claude Desktop and verify the MCP tool is recognized:
Look for the
valyu-mcptool in the Claude interface.Test a query in Claude (e.g., "What are the latest papers on reinforcement learning?").
Testing and Debugging
Check logs if you encounter issues:
tail -n 20 -F ~/Library/Logs/Claude/mcp*.log # macOSGet-Content $env:APPDATA\Claude\Logs\mcp_valyu-mcp.log -Wait # WindowsTroubleshooting
ModuleNotFoundError: Ensure your virtual environment is activated before running the script.Server doesn't start: Check paths in
claude_desktop_config.json.No results from Valyu API: Verify your API key is valid and has credits.
Free Credits & API Access
Sign up at Valyu Exchange and claim your $10 free credits to test Valyu API with the MCP server.
Contributing
Pull requests are welcome! Feel free to open an issue for bug reports or feature requests.
License
This project is licensed under the MIT License.
For more information about what we are building at Valyu, visit valyu.network. And check out our blogs at valyu.network/blog.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search the web, get news, perform research, and retrieve AI-powered answers with citations using the You.com API.MIT
- FlicenseAqualityDmaintenanceProvides AI-powered web search, full-page content extraction, and search-enhanced Q\&A capabilities via the Metaso AI search engine. It enables large language models to access diverse information across web, academic, and multimedia sources with structured Markdown or JSON output.31
- Alicense-qualityBmaintenanceProvides web search and content retrieval optimized for AI coding assistants, returning full conversations and structured content from StackOverflow, GitHub Issues, arXiv, and Wikipedia in a single call.370MIT
- AlicenseAqualityBmaintenanceProvides LLMs with real-time web search and content extraction capabilities, including text/news search, full-text URL reading, and targeted technical documentation search.318MIT
Related MCP Connectors
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search, AI agent, and content extraction via You.com APIs
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/valyuAI/valyu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server