A Model Context Protocol (MCP) server that provides access to the particle data. This server enables Claude Desktop and other MCP clients to search and retrieve particle physics data in real-time.
- 🛠️ Work on displaying particle values with associated errors is ongoing.
{
"mcpServers": {
"particlephysics": {
"command": "uvx",
"args": ["--from", ".", "python", "-m", "particlephysics_mcp_server"]
}
}
}Returns key properties inline.
- query (required): Name or symbol of the particle.
Returns all decay modes for a specified particle.
- query (required): Name or symbol of the particle.
- To use the inspector, run the restart script:
./restart_mcp_inspector.sh
- To run end-to-end tests with Playwright:
uvx pytest tests/test_e2e_playwright.py
This project is developed and maintained by:
MIT License - see LICENSE.