@

@mcp-it/fastify

ToolsActiveMIT

Overview

A tool to automatically generate MCP (Model Context Protocol) tools from Fastify API routes, featuring automatic route discovery, schema utilization, per-route configurations, and multiple transport support.

Capabilities

  • stdio transport support
  • network transport options
  • github integration
  • mcp client integration

Best For

Automatically generate MCP tools from Fastify API routes with route discovery and schema utilization.

Decision Snapshot

Install

available

Usage

available

Config

1 strong hints

Capabilities

4 key capabilities detected

  • • GitHub stars: 38
  • • Forks: 8
  • • Source provenance count: 1
  • • Active signal: Updated this week from lifecycle signals.
  • • Last seen: 4/15/2026
  • • Published: 3/16/2026

Installation / Setup

npm install @mcp-it/fastify && # or && yarn add @mcp-it/fastify && # or

Usage

import Fastify from "fastify"; && import mcpPlugin from "@mcp-it/fastify"; && const fastify = Fastify(); && // Register the MCP plugin

Features

  • **Automatic Route Discovery**: Utilizes Fastify hooks to identify all registered routes.
  • **Schema Utilization**: Employs Fastify route schemas for comprehensive tool generation.
  • **Per-Route Configurations**: Allows customization on a per-route basis.
  • **Multiple Transports**: Supports both Server-Sent Events and Streamable HTTP transports.
  • stdio transport support
  • network transport options
  • github integration
  • mcp client integration

Use Cases

  • Supports capabilities such as: stdio transport support; network transport options; github integration.
  • Common usage themes: mcp, modelcontextprotocol, fastify, npm.

Supported Clients / Integrations

  • stdio transport support
  • network transport options
  • github integration
  • mcp client integration

Compatibility Signals

  • GitHub: supports (Detected in parser config/capability hints.)

Prompt Examples

example

import Fastify from "fastify"; && import mcpPlugin from "@mcp-it/fastify"; && const fastify = Fastify(); && // Register the MCP plugin

Notes / Requirements

  • Primary language: TypeScript/JavaScript
  • License: MIT
  • Parser coverage score: 1.00
  • Source feeds: npm Registry Search API
  • Topic cluster: general

Official Links

Source Information

Community: 38 stars
Last Updated: Apr 15, 2026
TypeScript/JavaScriptMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.

Sponsored