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.
Related MCP server: docs-mcp-server
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated1MIT
- Alicense-qualityAmaintenanceA Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.Last updated2,0001,615MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables web search with category support, website content scraping with citation metadata, and timezone-aware date/time tools.Last updated54MIT
- Alicense-qualityCmaintenanceA Model Context Protocol server that exposes powerful web search and scraping tools to AI agents and MCP-compatible clients.Last updatedApache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for accessing curated awesome list documentation
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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