parquet_mcp_server
by DeepSpringAI
A powerful MCP server providing web search and similarity search functionalities. Designed to work with Claude Desktop, it enables applications to perform web searches and extract relevant information from previous searches.
Last updated: N/A
What is parquet_mcp_server?
The parquet_mcp_server is a Model Control Protocol (MCP) server that provides tools for performing web searches and finding similar content. It's designed to integrate with Claude Desktop, offering functionalities like web scraping and information extraction from search results.
How to use parquet_mcp_server?
- Install via Smithery or clone the repository. 2. Set up a virtual environment and install the package. 3. Configure environment variables in a
.env
file. 4. Add the server configuration to your Claude Desktop configuration file. 5. Use the available tools (Search Web, Extract Info from Search) with appropriate prompts.
Key features of parquet_mcp_server
Web Search with scraping
Similarity Search for relevant information
Integration with Claude Desktop
Configurable via environment variables
Comprehensive test suite
Use cases of parquet_mcp_server
Applications requiring web search capabilities
Projects needing to find similar content based on search queries
Enhancing Claude Desktop with search functionalities
Automated information gathering and extraction
Building search-driven applications
FAQ from parquet_mcp_server
How do I install the server?
How do I install the server?
You can install it via Smithery using the provided command or by cloning the repository and following the manual installation steps.
What environment variables are required?
What environment variables are required?
You need to set up environment variables like EMBEDDING_URL, OLLAMA_URL, EMBEDDING_MODEL, and API keys for search and embedding services in a .env
file.
How do I configure the server with Claude Desktop?
How do I configure the server with Claude Desktop?
Add the server configuration (command and arguments) to your claude_desktop_config.json
file.
What are the available tools?
What are the available tools?
The server provides two main tools: 'Search Web' for performing web searches and scraping results, and 'Extract Info from Search' for extracting relevant information from previous searches.
How do I troubleshoot SSL verification errors?
How do I troubleshoot SSL verification errors?
Make sure the SSL settings in your .env
file are correct. Check your SSL configuration and ensure it's properly set up for the services you are using.