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.
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
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
Server runs on http://localhost:3000
- SSE endpoint:
http://localhost:3000/sse
- Health check:
http://localhost:3000/health
- Test page:
http://localhost:3000/
Connect Your MCP Client
Configure your MCP client to connect to:
- Local:
http://localhost:3000/sse
- Deployed:
https://your-app-name.onrender.com/sse
No authentication required.
This server cannot be installed
A simple server for testing Model Context Protocol (MCP) that serves CSV and image resources, allowing developers to test MCP implementations with sample data via SSE transport.
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -342261JavaScriptApache 2.0
- -securityAlicense-qualityA test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.Last updated -PythonMIT License
- -securityAlicense-qualityA demonstration server that implements the Model Context Protocol (MCP) SDK, providing tools and endpoints for server-sent events and message handling.Last updated -228TypeScriptMIT License
- AsecurityAlicenseAqualityA simple server implementing the Model Context Protocol (MCP) that echoes messages back, designed for testing MCP clients.Last updated -12PythonMIT License