MCP.so
登录

fastmcp-boilerplate

@kyrelldixon

关于 fastmcp-boilerplate

A short demo showing how to trigger an n8n workflow from an MCP server

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

kyrelldixon

配置

使用下面的配置,将此服务器添加到你的 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 add function 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 服务器