fastmcp-boilerplate
@kyrelldixon
关于 fastmcp-boilerplate
A short demo showing how to trigger an n8n workflow from an MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"n8n-mcp-server-demo": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
开发工具 分类下的更多 MCP 服务器
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论