Simple MCP Search Server logo

Simple MCP Search Server

by MartinSchlott

An MCP (Model Context Protocol) server that provides search capabilities using Jina.ai APIs. It offers functionalities to search the web, read webpages, and perform deep, multi-step searches with reasoning.

View on GitHub

Last updated: N/A

What is Simple MCP Search Server?

Simple MCP Search Server is a Node.js-based server that leverages Jina.ai APIs to provide search functionalities. It allows users to search the web, extract content from webpages, and perform deep searches with reasoning capabilities.

How to use Simple MCP Search Server?

To use the server, clone the repository, install dependencies using npm install, configure the config.json file with your Jina.ai API key, build the TypeScript code using npm run build, and start the server using npm start config.json or npm run dev config.json for development mode. You can then use the exposed tools to perform web searches, read webpages, and execute deep searches.

Key features of Simple MCP Search Server

  • Search the web for information

  • Read and convert webpages to markdown

  • Perform deep, multi-step searches with reasoning

  • Configurable Jina.ai API key

  • Flexible search parameters

Use cases of Simple MCP Search Server

  • Automated research

  • Web content extraction

  • Information gathering

  • Building search-powered applications

  • Content summarization

FAQ from Simple MCP Search Server

What is MCP?

MCP stands for Model Context Protocol.

What is Jina.ai?

Jina.ai is a neural search framework.

Do I need a Jina.ai API key?

Yes, a valid Jina.ai API key is required to use the server.

What Node.js version is required?

Node.js 18 or higher is required.

How do I configure the server?

Edit the config.json file and add your Jina.ai API key and other configuration options.