MCP Server
Maintained
MIT
io.github.andylbrummer/molecular-mcp MCP Server
io.github.andylbrummer/molecular-mcp
What is the io.github.andylbrummer/molecular-mcp MCP server?
GPU-accelerated MCP server for molecular dynamics, N-body simulations, and particle systems
How to install io.github.andylbrummer/molecular-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"molecular-mcp": {
"command": "uvx",
"args": [
"scicomp-molecular-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"molecular-mcp": {
"command": "uvx",
"args": [
"scicomp-molecular-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"molecular-mcp": {
"command": "uvx",
"args": [
"scicomp-molecular-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"molecular-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scicomp-molecular-mcp"
]
}
}
}Claude Code
claude mcp add molecular-mcp -- uvx scicomp-molecular-mcpRelated MCP servers
io.github.andylbrummer/math-mcp
Maintained
GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra
2
View repository →Python
MIT
io.github.andylbrummer/neural-mcp
Maintained
GPU-accelerated MCP server for neural network training, deep learning, and model experimentation
2
View repository →Python
MIT
io.github.andylbrummer/quantum-mcp
Maintained
GPU-accelerated MCP server: quantum mechanics, wavefunction evolution, Schrodinger simulations
2
View repository →Python
MIT