Sponsored by Deepsite.site

Running Your MCP Server with FastMCP v2.0

Created By
GanonUchihaa year ago
My example of setting up a MCP server
Content

Running Your MCP Server with FastMCP v2.0

This guide walks you through how to run your MCP server using FastMCP v2.0 and install it for use with Claude Desktop.


✅ Prerequisites

Assumes:

  • Your environment is already set up
  • Your server code (e.g., server.py) is complete and ready to run

🚀 Running the Server

1. Install FastMCP (if not already installed)

It's recommended to use uv:

uv pip install fastmcp

If you don’t have uv, you can install it via Homebrew (macOS):

brew install uv

Or use pip directly:

pip install fastmcp

2. Run Your Server

Using FastMCP’s run command:

fastmcp run server.py

If your script uses the standard entry point:

if __name__ == "__main__":
    mcp.run()

Then you can also simply:

python server.py

🛠️ Installing Server for Claude Desktop

1. Install the Server

This command prepares your server for Claude Desktop integration:

fastmcp install server.py

2. Restart Claude Desktop

After installing, restart Claude Desktop to load your newly installed server.


🔧 Additional Tips

Specify Dependencies

Declare additional packages when instantiating FastMCP:

mcp = FastMCP("My Server", dependencies=["pandas", "numpy"])

Set Environment Variables

Pass env variables during installation:

fastmcp install server.py -e API_KEY=your_api_key

Use a .env File

Load environment configuration from a file:

fastmcp install server.py -f .env

✅ Example Claude Prompt

If you’ve defined a tool like add, you can talk to Claude like this:

"Please add 5 and 7."

Claude will then use the MCP server to calculate the result.


For more info, visit: https://github.com/jlowin/fastmcp

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
ChatWiseThe second fastest AI chatbot™
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright McpPlaywright MCP server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
Tavily Mcp
WindsurfThe new purpose-built IDE to harness magic
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.