FastMCP MCP Server
Click on "Install 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., "@FastMCP MCP Serverfetch the FastMCP documentation page"
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.
FastMCP MCP Server Project 🚀
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 usingminsearch.add: A simple utility tool to add two numbers.
Prerequisites
uv installed on your system.
Python 3.10 or higher.
Installation
Clone the repository and navigate to the project directory.
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.pyTesting with MCP Inspector
You can use the official MCP Inspector to test the tools in a web interface:
npx @modelcontextprotocol/inspector uv run main.pyProject Structure
main.py: The core MCP server implementation.search.py: Development script for testingminsearchindexing.test.py: Validation script for thefetch_pagetool.count_data.py: Example application using thefetch_pagetool to count word occurrences.fastmcp-main.zip: Local cache of the FastMCP documentation.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Neel-XV/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server