Stats
Actions
Tags
From pyscn-mcp
Runs a local MCP server for the PySCeN library, providing tools for cellular network simulation and analysis via Claude. Requires uvx to execute the Python package.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pyscn-mcp": {
"command": "uvx",
"args": [
"pyscn-mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub ludo-technologies/pyscn --plugin pyscn-mcp