dannyhertz/mcp-test-server
3.2
If you are the rightful owner of mcp-test-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple MCP (Model Context Protocol) server for testing CSV and image resource parsing.
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
npm install
npm start
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.