create-mcp-server-stdio

create-mcp-server-stdio

0

This project is a starter kit for setting up a simple Model Context Protocol (MCP) server using the StdioServerTransport. It facilitates server creation through easy setup commands and includes features for basic port diagnostics and arithmetic operations.

Simple MCP Server Starter Kit

  • This project provides a starter kit for creating a simple MCP server using the StdioServerTransport.
  • To set up, use either PNPM or NPM to create the server structure in a new directory, configuring it with the .cursor/mcp.json file if not using Bun.
  • Features a command to identify which app is running on a specific port and simple arithmetic capabilities through Cursor prompts.