Click on "Install 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 TypeScript Templateshow me the available tools and their descriptions"
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.
MCP-Server-Typescript-onProcess
This project demonstrates how to build an MCP (Model Context Protocol) Server in TypeScript, using the StdioServerTransport from the @modelcontextprotocol/sdk
It showcases how to implement a custom server that communicates via stdio streams (process.stdin / process.stdout), making it easy to integrate with MCP clients.
🚀 Features
Written in TypeScript for strong typing and maintainability.
Uses
StdioServerTransportfor on-process communication.
Related MCP server: FastMCP
▶️ Running the Server
First, build the project:
If you have your own client: start the server directly.
Or, use an MCP client (e.g., Claude Desktop): connect it to this MCP server to handle requests.
Example MCP client configuration: