Back to search
30
MCP

fastmcp-kit

pypi/fastmcp-kit

Framework for building authenticated, scoped, observable MCP servers on top of FastMCP. Tool registry, scoped bearer tokens, Prometheus + OTLP metrics, Grafana dashboards from code, multi-tenancy. `pip install fastmcp-kit` then `from mcp_toolkit import MCPToolkit`.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

fastmcp
The fast, Pythonic way to build MCP servers and clients.
0 tools
mcp-authkit
Pluggable OAuth 2.0 + credentials elicitation library for FastMCP servers
0 tools
fastapi-mcp
Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration
0 tools
fastermcp
A simple and intuitive library for building MCP (Model Context Protocol) servers and clients
0 tools
rmcp Server Kit
Production-grade Rust framework for building authenticated, observable MCP servers over Streamable HTTP.
0 tools
fastify-mcp-server
🚀 High-performance MCP (Model Context Protocol) server built with Fastify, TypeScript, and functional programming. Production-ready with aut
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fastmcp-kit": {
      "url": "None",
      "transport": "http"
    }
  }
}