Fastify
Freeby MCP Community
Integrate [Model Context Protocol](https://modelcontextprotocol.io/) servers with your [Fastify](https://www.fastify.dev) app.
v2.4.0Added Apr 12, 2026
fastifymodelcontextprotocolmcpaianthropic
Reviews
Installation
Quick install
npx -y @tsarr/fastify-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"fastify": {
"command": "npx",
"args": ["-y", "@tsarr/fastify-mcp"]
}
}
}