MCP.so
Sign In
Servers

MCP Server Demo

@saun09

This is a basic Model Context Protocol (MCP) server built in Python using FastMCP.


About

MCP lets AI models like Claude access dynamic tools and data beyond their training. This project shows how to build your own MCP server with example tools like addition, greetings, and weather info.


Getting Started

  • Clone this repo
  • Install dependencies with pip install mcp[cli] requests uvicorn
  • Add your API keys in server.py
  • Run the server with:

How to Use

You can connect this server to Claude Desktop or any MCP-compatible client.


Learn More

Read my full blog post to understand the project in detail:
https://medium.com/@saundaryasubramaniam/model-context-protocol-mcp-because-your-models-need-a-boss-too-7ccb015c8d4f


More from Other