PluginBench
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-mcp

Related MCP servers

GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra

2
Python
MIT
View repository →

GPU-accelerated MCP server for neural network training, deep learning, and model experimentation

2
Python
MIT
View repository →

GPU-accelerated MCP server: quantum mechanics, wavefunction evolution, Schrodinger simulations

2
Python
MIT
View repository →