Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mc Server Demo

FreeNot checked

A Model Context Protocol (MCP) server that retrieves the latest documentation of a queried library via Serper API.

GitHubEmbed

About

A Model Context Protocol (MCP) server that retrieves the latest documentation of a queried library via Serper API.

README

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 .venv
  • Activate the virtual environemt: source .venv/bin/activate
  • Install the required dependencies: pip install -r requirements.txt

Debug

  • Run usin Model Context Protocol inspector: npx @modelcontextprotocol/inspector python main.py
  • Visit the local inspector url displayed on terminal.
  • List the available tools and use get_docs to 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.

from github.com/PanGan21/mcp-server-demo

Installing Mc Server Demo

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/PanGan21/mcp-server-demo

FAQ

Is Mc Server Demo MCP free?

Yes, Mc Server Demo MCP is free — one-click install via Unyly at no cost.

Does Mc Server Demo need an API key?

No, Mc Server Demo runs without API keys or environment variables.

Is Mc Server Demo hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Mc Server Demo in Claude Desktop, Claude Code or Cursor?

Open Mc Server Demo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mc Server Demo with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs