mcp-server-stdio
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-stdiowhich app is running on port 3000?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Simple MCP Server starter with StdioServerTransport
This is a simple MCP server starter kit using the StdioServerTransport.
Setup
Create a new MCP server with StdioServerTransport
PNPM
pnpm dlx github:akoskm/mcp-server-stdio my-mcp-serverNPM
npm create @akoskm/mcp-server-stdio my-mcp-serverThis command will create a new directory called my-mcp-server with the contents of this repository.
Edit the .cursor/mcp.json file to change the runtime command if you are not using Bun.
Your MCP server will be picked up by Cursor automatically. If not, restart Cursor.
Related MCP server: MCP Playground
Commands
which app is running on port (mac only)
After this you can use the which-app-on-port tool to get the command and pid of the process running on a given port.
Example prompt in Cursor:
which app is running on port 9011?add two numbers
Example prompt in Cursor:
I have two open source projects and my friend has five, home many open source projects we have in total?This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA basic MCP server with example tools including message echo functionality and server information retrieval. Built with FastMCP framework and supports both stdio and HTTP transports.-
- AlicenseNot gradedqualityDmaintenanceA demonstration MCP server supporting both Stdio and SSE transports, providing example tools (echo, add, time, UUID generation) and resources for learning and testing MCP implementations.8 npmMIT
- FlicenseNot gradedqualityCmaintenanceA model-agnostic MCP server exposing example tools (add1, multiply2, greet) for learning purposes, working with any LLM through stdio transport.-
- FlicenseNot gradedqualityBmaintenanceA minimal MCP server with hello and echo tools.-