Server Statistics

setup time

10 minutes

github stars

21,033

forks

1,567

watchers

21,033

open issues

217

contributors

172

last updated

2 days ago

language: pythonlicense: apache-2.0last release: v2.13.3 (December 3, 2025)

description

provides a fast, pythonic framework for building mcp servers and clients.

use cases

  • building llm applications with standardized context management.
  • implementing enterprise authentication for secure mcp servers.
  • creating tools and resources for llm interactions.

technical details

prerequisites

  • python 3.6+
  • access to an enterprise authentication provider if needed.

installation steps

  1. step 1: install fastmcp using 'pip install fastmcp'.
  2. step 2: set up your server configuration.
  3. step 3: run your server with 'fastmcp run server.py'.

configuration example

{"mcpServers": {"weather": {"url": "https://weather-api.example.com/mcp"}}}

required accounts

github

tags

agents
fastmcp
llms
mcp
mcp-clients
mcp-servers
mcp-tools
model-context-protocol
python