Simple MCP Server starter with StdioServerTransport
@akoskm
About Simple MCP Server starter with StdioServerTransport
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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.
Frequently asked questions
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.
Basic information
More Developer Tools MCP servers
CodeSentinel
icohangar-opsCodebase health as MCP tools: dead code, circular dependencies, coupling, architectural drift.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents
Comments