Fastify
Freeby MCP Community
Fastify adapters for the Model Context Protocol TypeScript server SDK - Fastify middleware
v2.0.0-alpha.2Added Apr 12, 2026
modelcontextprotocolmcpfastifymiddleware
Fastify MCP Server
Fastify adapters for the Model Context Protocol TypeScript server SDK - Fastify middleware
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/fastify
Add to claude_desktop_config.json
{
"mcpServers": {
"fastify": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/fastify"]
}
}
}