Enables connection to GitHub accounts for repository management when deploying the MCP server through Render.
Serves JPEG images as base64-encoded resources through the 'image://logo' endpoint for use in MCP communications.
Provides package management for local development of the MCP server through npm install and npm start commands.
Provides one-click deployment of the MCP server to Render's cloud platform, with automatic URL generation for the deployed service.
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 Test Servershow me the sample CSV data"
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 Test Server
A simple MCP (Model Context Protocol) server for testing CSV and image resource parsing.
Features
Serves CSV resources with sample data
Serves image resources (PNG and JPEG) as base64-encoded blobs
SSE (Server-Sent Events) transport for remote MCP communication
Test page for debugging connections
Related MCP server: MCP Everything
Resources Available
csv://sample-data- Basic CSV with user datacsv://employees- Employee information CSVimage://test-image- Small PNG imageimage://logo- Small JPEG image
Deploy to Render
Click the button above
Connect your GitHub account if needed
Create a new repository or use an existing one
Deploy!
Your MCP server will be available at: https://your-app-name.onrender.com/sse
Local Development
npm install
npm startServer runs on http://localhost:3000
SSE endpoint:
http://localhost:3000/sseHealth check:
http://localhost:3000/healthTest page:
http://localhost:3000/
Connect Your MCP Client
Configure your MCP client to connect to:
Local:
http://localhost:3000/sseDeployed:
https://your-app-name.onrender.com/sse
No authentication required.
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.