create-mcp-server-stdio

akoskm/create-mcp-server-stdio

3.1

If you are the rightful owner of create-mcp-server-stdio and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a simple MCP server starter kit using the StdioServerTransport.

The Simple MCP Server starter kit provides a foundational setup for creating a Model Context Protocol (MCP) server using the StdioServerTransport. It is designed to facilitate the development of MCP servers by providing a straightforward setup process. The server can be initialized using either PNPM or NPM, and it automatically integrates with Cursor, a tool for managing MCP servers. The setup includes a directory with necessary files and configurations, allowing developers to quickly start building and testing their MCP applications. The server supports basic commands and can be customized by editing configuration files.

Features

  • Easy setup with PNPM or NPM
  • Automatic integration with Cursor
  • Customizable runtime command
  • Supports basic command execution
  • Directory structure for quick start

Usages

pnpm usage

pnpm dlx github:akoskm/mcp-server-stdio my-mcp-server

npm usage

npm create @akoskm/mcp-server-stdio my-mcp-server