MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Simulation framework for electron multipliers based on secondary electron emission.

Created 4/24/2026
Updated about 23 hours ago
Repository documentation and setup instructions

This framework is designed for the simulation of Micro Channel Plate(MCP).

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/miaoh15/MCPSim
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "miaoh15-mcpsim": { "command": "git", "args": [ "clone", "https://github.com/miaoh15/MCPSim" ] } } }