MCP.so
登录

MCP Starter

@a17o

关于 MCP Starter

A personal template for building MCP servers and clients.

基本信息

分类

开发工具

许可证

GPL-3.0 license

运行时

node

传输方式

stdio

发布者

a17o

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-starter-a17o": {
      "command": "npx",
      "args": [
        "tsx",
        "mcp-server.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Starter?

MCP Starter provides a simple, generic Model Context Protocol (MCP) server and client implementation intended for future reuse. It is a minimal reference project for developers who want to bootstrap MCP-based applications.

How to use MCP Starter?

Install dependencies separately for server (cd server && pnpm i) and client (cd client && pnpm i). Run the server with "npx tsx mcp-server.ts" and the client with

评论

开发工具 分类下的更多 MCP 服务器