MCP.so
Sign In

Simple MCP Server starter with StdioServerTransport

@akoskm

About Simple MCP Server starter with StdioServerTransport

No overview available yet

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

akoskm

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 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.

Comments

More Developer Tools MCP servers