MCP.so
登录

Simple MCP Server starter with StdioServerTransport

@akoskm

关于 Simple MCP Server starter with StdioServerTransport

暂无概览

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

akoskm

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Simple MCP Server starter with StdioServerTransport?

This starter kit provides a simple foundation for creating an MCP (Model Context Protocol) server using the StdioServerTransport. It is intended for developers who want to quickly scaffold a new MCP server that communicates via standard input/output, with example tools and automatic integration with the Cursor editor.

How to use Simple MCP Server starter with StdioServerTransport?

Create a new MCP server by running pnpm dlx github:akoskm/mcp-server-stdio my-mcp-server (PNPM) or npm create @akoskm/mcp-server-stdio my-mcp-server (NPM). This generates a directory with the repository contents. Edit .cursor/mcp.json if you are not using Bun as the runtime. The server is automatically detected by Cursor; restart Cursor if needed.

Key features of Simple MCP Server starter with StdioServerTransport?

  • Uses StdioServerTransport for MCP communication.
  • Provides a ready‑to‑run tool template (two examples included).
  • Default runtime is Bun; easily switchable via configuration.
  • Automatically integrates with the Cursor editor.
  • Simple scaffold for building custom MCP tools.

Use cases of Simple MCP Server starter with StdioServerTransport?

  • Quickly prototyping MCP tools for the Cursor editor.
  • Learning how to build an MCP server with basic tool definitions.
  • Starting a new project that needs to expose tools via stdio.

FAQ from Simple MCP Server starter with StdioServerTransport

What is the purpose of this starter kit?

It is a minimal scaffold for creating an MCP server using StdioServerTransport, aimed at simplifying setup and providing example tools.

How do I create a new MCP server with this kit?

Run pnpm dlx github:akoskm/mcp-server-stdio my-mcp-server (or the NPM equivalent) to generate a new project directory.

What runtime does it use by default?

The default runtime is Bun. If you use a different runtime, edit .cursor/mcp.json to change the command.

What example tools are included?

Two tools: which-app-on-port (Mac only) returns the command and PID of a process on a given port, and add two numbers performs simple addition.

How does Cursor integration work?

The MCP server is automatically picked up by Cursor after creating the project. If it does not appear, restart Cursor.

评论

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