ParticlePhysics MCP Server
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., "@ParticlePhysics MCP Serverwhat are the properties of the Higgs boson?"
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.
ParticlePhysics MCP Server
Minimal MCP server for particle physics data.
It lets MCP clients (Claude Desktop, IDEs, etc.) query particles and decay modes quickly.
Quick Config
{
"mcpServers": {
"particlephysics": {
"command": "uvx",
"args": ["--from", ".", "python", "-m", "particlephysics_mcp_server"]
}
}
}Tools
search_particle
Returns key properties inline.
query (required): Name or symbol of the particle.
list_decays
Returns all decay modes for a specified particle.
particle_id (required): Name, symbol, or PDG ID of the particle.
VS Code Skill
Skill file:
.github/skills/particlephysics-skill/SKILL.mdTrigger phrase:
particle physics mcporpp
Maintainer
License
MIT - see LICENSE.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uzerone/ParticlePhysics-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server