MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. fastmcp

fastmcp

GitHub

FastMCP is a TypeScript framework for building MCP servers that handle client sessions, offering features like authentication, logging, SSE, error handling, and prompt argument auto-completion. It also includes a CLI

2,534
52

FastMCP

FastMCP is a TypeScript framework for building Model Context Protocol (MCP) servers, enabling client session handling. It offers features like simple Tool, Resource, and Prompt definitions, authentication, sessions, image content support, logging, error handling, Server-Sent Events (SSE), CORS, progress notifications, typed server events, prompt argument auto-completion, and sampling.

Installation is straightforward using npm install fastmcp. The framework allows defining tools with executable functions, resources for data availability, and prompts for reusable templates. It supports returning strings, lists, and images from tools. Authentication can be implemented with custom functions, and sessions are managed for each client connection.

FastMCP includes a CLI for testing (fastmcp dev) and debugging (fastmcp inspect). Example use cases include generating media, controlling computers, managing projects, and creating meeting bots. The framework is inspired by the Python implementation and adopts code from LiteMCP.

Repository

PU
punkpeye

punkpeye/fastmcp

Created

December 27, 2024

Updated

March 28, 2025

Language

TypeScript

Category

Developer Tools