Fastify
Freeby MCP Community
Easily spin up Model Context Protocol (MCP) servers using Fastify
v0.7.2Added Apr 12, 2026
fastifymcppluginstreamablehttp
Fastify MCP Server
Easily spin up Model Context Protocol (MCP) servers using Fastify
Installation
Reviews
Installation
Quick install
npx -y fastify-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"fastify": {
"command": "npx",
"args": ["-y", "fastify-mcp-server"]
}
}
}