MCP Science
Unified command-line launcher for discovering and running scientific research MCP servers from the Path Integral Institute's collection, using uvx to dynamically install and execute servers from local directories or remote Git branches with automatic dependency handling.
Featured
View Source58 stars
0 tools
Created Aug 2025
@pathintegral-institute/pathintegral-institute-mcp-science-mcp-scienceAbout
Unified command-line launcher for discovering and running scientific research MCP servers from the Path Integral Institute's collection, using uvx to dynamically install and execute servers from local directories or remote Git branches with automatic dependency handling.
Categories
general
Installation
npm
npm install @pathintegral-institute/pathintegral-institute-mcp-science-mcp-science
Configuration
{
"mcpServers": {
"pathintegral-institute-mcp-science-mcp-science": {
"command": "npx",
"args": [
"-y",
"@pathintegral-institute/pathintegral-institute-mcp-science-mcp-science"
]
}
}
}