mc-server-demo
Allows searching Google to retrieve the latest documentation of a queried library using the Serper API.
Click on "Deploy 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., "@mc-server-demoget docs for Python requests library"
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.
mc-server-demo
A Model Context Protocol (MCP) server implementation that can retieve the latest documentation of a queried library.
Setup locally
The MCP tool is using Serper API to seach or Google therefore an api key should be specified. See .env.example on how to define it.
Create a virtual environment:
python -m venv .venvActivate the virtual environemt:
source .venv/bin/activateInstall the required dependencies:
pip install -r requirements.txt
Related MCP server: docs-mcp-server
Debug
Run usin Model Context Protocol inspector:
npx @modelcontextprotocol/inspector python main.pyVisit the local inspector url displayed on terminal.
List the available tools and use
get_docsto input queries.
Client integration
Example of Cursor IDE
Navigate to AI settings
Under "Custom MCP Server", add the following configuration:
{ "command": "${workspaceFolder}/.venv/bin/python", "args": ["main.py"] }
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for langchain documentation, generated by doc2mcp.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Google search results via SERP API
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA simple Model Context Protocol server that enables searching and retrieving relevant documentation snippets from Langchain, Llama Index, and OpenAI official documentation.-
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.550 npm1,724MIT
- FlicenseCqualityBmaintenanceA Model Context Protocol server that enables LLMs to perform Google searches via the Serper API, allowing models to retrieve current information from the web.1338-
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables web searching using the Serper API for Google search results, with optional web page content fetching.2MIT