MCP.so
登录

Simple MCP Streamable HTTP Server

@hydroweaver

关于 Simple MCP Streamable HTTP Server

Simple MCP Streamable HTTP Server with Express based on Anthropic Example

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

hydroweaver

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Simple MCP Streamable HTTP Server?

It is an MCP (Model Context Protocol) server that implements the Streamable HTTP transport, built on Express. The server is designed to be exposed publicly via ngrok so that MCP tools can be accessed from remote clients such as the MCP inspector or Anthropic’s Claude. It is intended for developers who need a quick way to serve MCP tools over the internet.

How to use Simple MCP Streamable HTTP Server?

Clone or set up the project, then run npm i to install dependencies, npm run build to compile, and npm start to launch the server. The server listens on an Express endpoint at /mcp. To access it from outside your local network, expose the local port using ngrok. Then supply the public ngrok URL (with the /mcp path) to the MCP inspector configured with “Streamable HTTP” transport.

Key features of Simple MCP Streamable HTTP Server

  • Implements Streamable HTTP transport for MCP.
  • Runs on the Express web framework.
  • Can be exposed publicly via ngrok.
  • Simple setup with standard npm commands.
  • Integrates with the official MCP inspector for testing.

Use cases of Simple MCP Streamable HTTP Server

  • Exposing MCP tools to Anthropic’s Claude over the internet.
  • Testing MCP servers locally with a public tunnel (ngrok).
  • Running Playwright tool calls on a local machine from a remote client (planned).

FAQ from Simple MCP Streamable HTTP Server

How do I set up Simple MCP Streamable HTTP Server?

Run npm i, npm run build, and npm start in the project directory.

How do I expose the server to the internet?

Use ngrok to create a tunnel to the local port where the Express server is running. Then use the ngrok URL.

How do I test Simple MCP Streamable HTTP Server?

Open the MCP inspector, select “Streamable HTTP” transport, and enter the public URL followed by /mcp.

What tools does Simple MCP Streamable HTTP Server provide?

No tools are specified in the current README. A planned todo is to include Playwright (called via npx) for use by Anthropic.

What are the runtime requirements?

Node.js and npm are required. No other runtime dependencies are mentioned.

评论

其他 分类下的更多 MCP 服务器