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 (great for finance, research, etc.), and web search.
valyu-network
README
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 --version
Installation & Configuration
Option 1: Automated Setup (Recommended)
- Clone the repository
git clone https://github.com/ValyuNetwork/valyu-mcp.git
cd valyu-mcp
- Run 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-mcp
- Create a virtual environment and activate it
python -m venv .venv
source .venv/bin/activate # macOS/Linux
.venv\Scripts\activate # Windows
- Install dependencies
pip install -r requirements.txt
- Create a
.env
file in the project root:
echo "VALYU_API_KEY=your-api-key-here" > .env
-
Open your Claude Desktop config file for editing:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%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)
- macOS:
-
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.py
- Start Claude Desktop and verify the MCP tool is recognized:
- Look for the
valyu-mcp
tool in the Claude interface. - Test a query in Claude (e.g., "What are the latest papers on reinforcement learning?").
- Look for the
Testing and Debugging
Check logs if you encounter issues:
tail -n 20 -F ~/Library/Logs/Claude/mcp*.log # macOS
Get-Content $env:APPDATA\Claude\Logs\mcp_valyu-mcp.log -Wait # Windows
Troubleshooting
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.
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.