fastmcp-boilerplate
@kyrelldixon
About fastmcp-boilerplate
A short demo showing how to trigger an n8n workflow from an MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"n8n-mcp-server-demo": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is fastmcp-boilerplate?
fastmcp-boilerplate is a starter project for building Model Context Protocol (MCP) servers using the FastMCP TypeScript framework. It is intended for developers who want a quick setup to begin developing MCP servers.
How to use fastmcp-boilerplate?
Install dependencies with bun install, then run the server with bun run src/index.ts. Tests can be run with bun test, and you can inspect the server using the official MCP Inspector by running bun run inspect.
Key features of fastmcp-boilerplate
- Pre‑configured FastMCP server entry point in
src/index.ts - Example
addfunction module and corresponding test - Uses Bun as the runtime, package manager, and bundler
- Includes a command to launch the MCP Inspector for debugging
Use cases of fastmcp-boilerplate
—
FAQ from fastmcp-boilerplate
—
More Developer Tools MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Comments