Command Palette

Search for a command to run...

UnylyUnyly
Browse all

S Using Python

FreeNot checked

This repository is a collection of sample projects and practice files demonstrating how to build Model Context Protocol servers using both the fastmcp and fasta

GitHubEmbed

About

This repository is a collection of sample projects and practice files demonstrating how to build Model Context Protocol servers using both the fastmcp and fastapi_mcp libraries.

README

This repository is a collection of sample projects and practice files demonstrating how to build Model Context Protocol (MCP) servers using both the fastmcp (pure) and fastapi_mcp (FastAPI integration) libraries.

It includes examples for:

  • Wrapping a pure function (calculator.py)
  • Wrapping an external API (weather.py)
  • Parsing an RSS feed (GoogleFeedParser.py)
  • Auto-generating tools from a full FastAPI API (calculator-api.py)

🚀 Live Deployed Server: Google News Parser

The code from GoogleFeedParser.py (also organized in the MCP Deployment using FastMCP Cloud folder) is deployed as a live, public MCP server.

Quick Usage

1. Using Cursor.ai

Create an mcp.json file in your project's root:

     {
         "mcpServers": {
             "google-news-parse": {
                 "url": "https://google-news-parser.fastmcp.app/mcp"
             }
         }
     }

from github.com/saadmdsabah/MCP-Servers-using-Python

Installing S Using Python

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

▸ github.com/saadmdsabah/MCP-Servers-using-Python

FAQ

Is S Using Python MCP free?

Yes, S Using Python MCP is free — one-click install via Unyly at no cost.

Does S Using Python need an API key?

No, S Using Python runs without API keys or environment variables.

Is S Using Python hosted or self-hosted?

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

How do I install S Using Python in Claude Desktop, Claude Code or Cursor?

Open S Using Python 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 S Using Python with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs