Simple MCP Server starter with StdioServerTransport
@akoskm
关于 Simple MCP Server starter with StdioServerTransport
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Grafana MCP server
grafanaMCP server for Grafana
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
评论