molecular mcp for Cursor
io.github.andylbrummer/molecular-mcp
GPU-accelerated MCP server for molecular dynamics, N-body simulations, and particle systems
client:Cursor
transport:stdio
runtime:pypi
Install molecular mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"molecular-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scicomp-molecular-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs