S Using Python
FreeNot checkedThis repository is a collection of sample projects and practice files demonstrating how to build Model Context Protocol servers using both the fastmcp and fasta
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.
- Live MCP Endpoint:
https://google-news-parser.fastmcp.app/mcp - Deployment-Specific Repo: More information about this specific deployment can be found at: https://github.com/saadmdsabah/Google-News-Parser-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"
}
}
}
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-PythonFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
