J

FastMCP

By jlowin·Visit Source
FastMCP: Pythonic MCP server builder for LLM context and tools
December 27, 2024
2 days ago
2 Clicks

What is this MCP

FastMCP is a Python framework for building Model Context Protocol (MCP) servers, which provide standardized context and tools to LLMs. It simplifies creating tools, resources, and prompts with clean Python code.

How to use this MCP

Decorate Python functions with @mcp.tool(), @mcp.resource(), or @mcp.prompt() to expose them to LLMs. Run with fastmcp dev for testing or fastmcp install for Claude Desktop integration.

What this MCP can be used for

Building secure, standardized interfaces for LLMs to access tools and data, creating proxy servers, composing multiple MCP services, and generating MCP servers from OpenAPI/FastAPI specs.

Repository Info
Stars:
22487
Forks:
1693
Watchers:
22487
Last Updated: 2 days ago