Command Palette

Search for a command to run...

UnylyUnyly
Browse all

FastMCP Server

FreeNot checked

A Model Context Protocol (MCP) server built with FastMCP that provides tools for web scraping and documentation searching.

GitHubEmbed

About

A Model Context Protocol (MCP) server built with FastMCP that provides tools for web scraping and documentation searching.

README

A Model Context Protocol (MCP) server built with FastMCP that provides tools for web scraping and documentation searching.

Features

  • fetch_page: Fetches any web page and converts it to Markdown using the Jina Reader API.
  • search_docs: A local search engine for the FastMCP documentation using minsearch.
  • add: A simple utility tool to add two numbers.

Prerequisites

  • uv installed on your system.
  • Python 3.10 or higher.

Installation

  1. Clone the repository and navigate to the project directory.
  2. The dependencies are managed by uv. You can install them by running:
    uv sync
    

Usage

Running the MCP Server

To start the server using the Standard I/O (stdio) transport:

uv run main.py

Testing with MCP Inspector

You can use the official MCP Inspector to test the tools in a web interface:

npx @modelcontextprotocol/inspector uv run main.py

Project Structure

  • main.py: The core MCP server implementation.
  • search.py: Development script for testing minsearch indexing.
  • test.py: Validation script for the fetch_page tool.
  • count_data.py: Example application using the fetch_page tool to count word occurrences.
  • fastmcp-main.zip: Local cache of the FastMCP documentation.

from github.com/Neel-XV/MCP-Server

Installing FastMCP Server

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

▸ github.com/Neel-XV/MCP-Server

FAQ

Is FastMCP Server MCP free?

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

Does FastMCP Server need an API key?

No, FastMCP Server runs without API keys or environment variables.

Is FastMCP Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

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

Open FastMCP Server 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 FastMCP Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs